CBSE Class 12 Computer Science Question 122 of 136

Data File Handling — Question 10

Back to all questions
10
Question

Question 10

A file mode defines the type of operations that is to be performed on the file.

Answer

True

Reason — In Python, a file mode defines the types of operations that can be performed on the file, such as reading, writing, appending, etc.