Last Minutes Revision Material: Session: 2020-21
Last Minutes Revision Material: Session: 2020-21
Last Minutes Revision Material: Session: 2020-21
Session: 2020-21
Class-XII
COMPUTER SCIENCE
LAST MINUTES REVISION MATERIAL
Session: 2020-21
CHIEF PATRON
Shri B L Morodia Deputy Commissioner KVS (RO), Jaipur
PATRON(S)
CONTENT COORDINATOR/LEADER
CONTENT TEAM
By default Read. Opens a file for reading, error if the file does not exist.
Write - Opens a file for writing, creates the file if it does not exist
Append - Opens a file for appending, creates the file if it does not exist
ShowRec() # Statement-5
1) Name the module to be imported in Statement-1. 1) csv module
2) Write the file mode to be passed to add new record in -append mode.
Statement-2. 3) f.close()
3) Fill in the blank in Statement-3 to close the file. 4) reader()
4) Fill in the blank in Statement-4 to read the data from a csv file. 5) INDIA NEW DELHI
5) Write the output which will come after executing Statement-5. CHINA BEIJING