Class 11 Computer Science Chapter 6 File Handling Quiz 22 (60 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. Which exception is raised when a file is not found?
2. If you append something to a file it will appear:
3. What are the different file access methods?
4. Full form of CSV file is .....
5. Which is the correct syntax to open text file?
6. What is the purpose of using binary files?
7. Which of the following is a correct way to create a new directory using pathlib?
8. How can you append data to an existing file?
9. To read from a file in python, which of the following is incorrect
10. What exception is raised if you try to open a file that does not exist in read mode?
11. The method to get the current position of the file marker.
12. What is the code to open a file named as Updated ..... Data for output and move the read/write control to the end of the file?
13. Select the most appropriate format for load function.