file handling

file handling

12th Grade

15 Qs

quiz-placeholder

Similar activities

Python CSV and Pandas

Python CSV and Pandas

12th Grade

20 Qs

binary file python

binary file python

12th Grade

20 Qs

Computer Applications

Computer Applications

9th - 12th Grade

20 Qs

csv and DataFrame

csv and DataFrame

12th Grade

10 Qs

Reading & writing to a text file (Python)

Reading & writing to a text file (Python)

9th - 12th Grade

14 Qs

File handling in Python

File handling in Python

12th Grade

20 Qs

File handling revision 1 RK

File handling revision 1 RK

12th Grade

11 Qs

File Handling - Grade XII

File Handling - Grade XII

12th Grade

15 Qs

file handling

file handling

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Madhuri Jha

Used 78+ 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.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Media Image

See the following code snippet and fill in the blank with appropriate statement

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is not a method of opening files?
Replace
Append
Write
Read

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which file is not binary file?

student.mp4

student.jpeg

student.csv

student.exe

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function read single line at a time?

read()

read(n)

readline()

readlines()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to write multiple lines in text file?

write()

writelines()

lines()

print()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?