Which file execute faster?

ONE 6th FORM File Handling

Quiz
•
Computers
•
11th Grade
•
Medium

Lorna Jarrett
Used 1+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Text file
Binary file
CSV file
2.
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
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does this code myfile=open(“taxes.txt”) perform
opens the taxes.txt in default read mode.
opens the taxes.txt in default write mode.
opens the taxes.txt in default append mode.
opens the taxes.txt in default read and write mode.
4.
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()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which function is used to write multiple lines in text file?
write()
writelines()
lines()
print()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
1. Select the statement to open a file named MYDATA.dat in read binary mode. Let the file object name be myfile.
myfile=open("MYDATA.dat","rb")
myfile=open("MYDATA.dat","r+")
myfile=open("MYDATA.dat","r")
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT a basic file handling operation?
Read
Write
Open
Execute
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
Logo Creation in Photopea

Quiz
•
7th Grade - University
15 questions
Bat-файлы

Quiz
•
11th Grade
17 questions
Python files and exceptions

Quiz
•
11th Grade
15 questions
File Formats

Quiz
•
9th - 12th Grade
15 questions
Python Programming Quiz

Quiz
•
11th Grade
16 questions
J277 1.5.2 - Utility Software

Quiz
•
9th - 11th Grade
15 questions
J277 Operating Systems

Quiz
•
10th - 12th Grade
20 questions
Word 2016 - Lessons 1 & 2

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
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
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

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