Python File Handling

Python File Handling

12th Grade

23 Qs

quiz-placeholder

Similar activities

Python Files Class XII

Python Files Class XII

12th Grade

26 Qs

Python File handling - 2

Python File handling - 2

12th Grade

20 Qs

Computer Applications

Computer Applications

9th - 12th Grade

20 Qs

File handling in Python

File handling in Python

12th Grade

20 Qs

File Handling Revision- Text file Handling Quiz 1

File Handling Revision- Text file Handling Quiz 1

12th Grade

20 Qs

binary file python

binary file python

12th Grade

20 Qs

CS Monthly Test July 2021

CS Monthly Test July 2021

12th Grade

20 Qs

Python Text Files

Python Text Files

12th Grade

20 Qs

Python File Handling

Python File Handling

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Tejendra Pachhai

Used 11+ times

FREE Resource

23 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Media Image

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.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Media Image

see the program and fill in the blank with correct statement.

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.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Media Image

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

6.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Media Image

Fill in the blank with appropriate statement.

7.

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)

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?

Discover more resources for Computers