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 python
Quiz
•
Computers
•
12th Grade
•
Medium
Science vale
Used 1+ times
FREE Resource
12 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.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Write the appropriate statement in the blank.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
predict the output
Displays details of students who have scored less than or equal to 75%
Displays details of students who have scored more than 75%
none of these
5.
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+")
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
how many modes are there in csv file?
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output-
f=open('abc.txt','a')
text="xyz"
f.write(text)
f.close()
Writing into the file without erasing old content
Writing into the file by erasing old content
reading from the file without erasing old content
reading from the file by erasing old content
16 questions
Device Configuration and Management- Domains 3 & 4
Quiz
•
9th - 12th Grade
10 questions
File Type Extensions
Quiz
•
8th Grade - University
12 questions
IT Fundamentals - 1.1 and 1.2
Quiz
•
9th Grade - University
10 questions
Mobile, Linux, and macOS Operating Systems
Quiz
•
12th Grade - Professi...
15 questions
File Formats & File Naming
Quiz
•
KG - University
10 questions
MAIL MERGE
Quiz
•
11th - 12th Grade
13 questions
Binary files in Python
Quiz
•
12th Grade
15 questions
File Handling in Python
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