Pythonfile object provides methods and attributes to access and manipulate files. Using file objects, we can read or write any files. Whenever weopen a fileto perform any operations on it, Python returns a file object. To create a file object in Python use the built-in functions, such aso...
mcq java mcq data structure mcq dbms mcq software engineering mcq c programming mcq python mcq ms word mcq css mcqs psu recruitment through gate ongc recruitment through gate iocl recruitment through gate gate cut-off for psu gate coap gate notifications byju's gate gate gate study material gate...
this is the most basic type of file management. in this case, records are put at the end of the file as they are added. the records are not sorted or ordered in any way. the next record is saved in the new block after the data block is filled. this new block does not have to ...