Python files and exceptions

Quiz
•
Computers
•
11th Grade
•
Medium

turgut kalfaoglu
Used 4+ times
FREE Resource
17 questions
Show all answers
1.
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
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
w
a
r+
3.
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()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which function read single line at a time?
read()
read(n)
readline()
readlines()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Where files are store permanently?
RAM
Hard Disk
Cache memory
None of these
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Q.2 Which of the following statements are not true regarding the opening modes of a file?
When you open a file for reading, if the file does not exist, an error occurs.
When you open a file for writing, if the file does not exist, an error occurs
When you open a file for writing, if the file does not exist, a new file is created.
When you open a file for writing, if the file exists, the existing file is overwritten with the new file.
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
History of Computers & Internet Quiz

Quiz
•
9th - 12th Grade
14 questions
PHOTOSHOP ACA CERTIFICATION

Quiz
•
9th - 12th Grade
16 questions
J277 1.5.2 - Utility Software

Quiz
•
9th - 11th Grade
15 questions
File Formats & File Naming

Quiz
•
KG - University
15 questions
Quiz No. 1 on Open Source Software

Quiz
•
11th - 12th Grade
20 questions
General ICT Questions (Part 1)

Quiz
•
5th - 12th Grade
20 questions
File i/o

Quiz
•
10th Grade - University
20 questions
10.3 Files Cambridge iAS 9618

Quiz
•
11th Grade
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
10 questions
"LAST STOP ON MARKET STREET" Vocabulary Quiz

Quiz
•
3rd Grade
19 questions
Fractions to Decimals and Decimals to Fractions

Quiz
•
6th Grade
16 questions
Logic and Venn Diagrams

Quiz
•
12th Grade
15 questions
Compare and Order Decimals

Quiz
•
4th - 5th Grade
20 questions
Simplifying Fractions

Quiz
•
6th Grade
20 questions
Multiplication facts 1-12

Quiz
•
2nd - 3rd Grade