File Handling || Multiple Choice Questions || Class 12
File Handling || Multiple Choice Questions || Class 12 1. To open a file c:\t…
File Handling || Multiple Choice Questions || Class 12 1. To open a file c:\t…
File Handling || True or False || Class 12 1. An absolute path always begins wi…
File Handling || Fill in the Blanks || Class 12 1. _____ in Python are interpre…
Q. Create a CSV file "Groceries" to store information of different it…
Q. Following is the structure of each record in a data file named "PRODUCT…
Q. Write a function in python to count the number of lines in a text file '…
Q. A text file contains alphanumeric text (say an.txt). Write a program that re…
Q. Write a function in Python to count the number of lines in a text file '…
Q. Write a program to edit the phone number of “Arvind” infile “phonebook.det”.…
Q. Create a file phonebook.det that stores the details in following format: Nam…
Q. Write code to print just the last line of a text file 'data.txt'. …
Q. Write a program that reads a text file and then create a new file where each…
Q. How many file objects would you need to manage the following situations: (a)…
Q. Observe the following code and answer the questions that follow: File = open…
Q. Write a program using Dictionary and Text files to store roman numbers and f…
Q. Consider the file “SarojiniPoem.txt” Autumn Song Like a joy on the heart of …
Q. Write a method in Python to read lines from a text file DIARY.TXT and displa…
Q. Write a method/function DISPLAYWORDS() in python to read lines from a text f…
Q. Write a function countmy() in Python to read the text file "DATA.TXT&qu…
Q. Consider a binary file Employee.dat containing details such as empno: ename:…