Class 12 Questions : File Handling Set 1

21.
The ……… module is used to remove or rename a data file.

 

22.
A ………. file is a series of 1’s and 0’s and read byte by byte.

 

23.
The ………….. statement closes the file automatically after the processing on the file gets over.

 

24.
The readlines() returns a list of lines from the file till ………..

 

25.
The ………… operation reads the entire file at once.