CBSE Class 12 Computer Science Question 125 of 136

Data File Handling — Question 13

Back to all questions
13
Question

Question 13

Data maintained inside the file is termed as "persistent" (permanent in nature) data.

Answer

True

Reason — Data maintained inside the file is termed as "persistent" data, i.e., it is permanent in nature. Python allows us to read data from and save data to external text files permanently on secondary storage media.