Mode in the following program to open file for writing in a mode where new data will be added at the end of old data
file =open("poem.txt","__")
File Handling in Python
Quiz
•
Computers
•
12th Grade
•
Hard
sabna sathar
Used 43+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Mode in the following program to open file for writing in a mode where new data will be added at the end of old data
file =open("poem.txt","__")
r
a
w
x
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Choose the correct statement to close a file stream named myfile:
myfile.terminate()
myfile.end()
myfile.close()
myfile.remove()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which function is used to read records from a binary file?
pickle.load(f)
pickle.read()
pickle.open()
pickle.dump(l,f)
4.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
Write statement to use the required module for working with comma separated values (csv) files.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write the appropriate statement in the blank.
writer=csv.writer(file)
writer=writer(f)
w=csv.write(f)
w=csv.writerow()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which statement(s) is/are true to open a binary file "Record.dat" for reading and writing.
file =open("Record.dat","wb")
file =open("Record.dat","rb")
file =open("Record.dat","ab")
file =open("Record.dat","rb+")
7.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
The default file - open mode is ________ mode.
15 questions
file handling
Quiz
•
12th Grade
15 questions
CUET Level - II Computer Science(7/11/2023)
Quiz
•
12th Grade
10 questions
File handling
Quiz
•
12th Grade
20 questions
Text File Handling Set -1
Quiz
•
12th Grade
10 questions
Python Pandas (ai gen)
Quiz
•
12th Grade
10 questions
Wrażenia globlne w Linxie
Quiz
•
10th Grade - University
13 questions
Binary files in Python
Quiz
•
12th Grade
18 questions
File Types
Quiz
•
12th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
20 questions
Taxes
Quiz
•
9th - 12th Grade
17 questions
Parts of Speech
Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression
Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing
Quiz
•
9th - 12th Grade
10 questions
Identifying equations
Quiz
•
KG - University