Class 12 : File Handling Set 3

1.
What is the difference between read() and readlines()?

 

2.
What is the difference between readline() and readlines()?

 

3.
What is the significance of file object?

 

4.
When a file is opended for output in append mode, what happends when
(i) the mentioned file does not exist
(ii) the mentioned file exist.

 

5.
what is the difference between binary file and text file?