File Handling in Python

File Handling in Python

12th Grade

30 Qs

quiz-placeholder

Similar activities

CSVBINARY

CSVBINARY

12th Grade

30 Qs

Reading From a File in Python

Reading From a File in Python

9th - 12th Grade

27 Qs

DFH(09-July-2020)

DFH(09-July-2020)

12th Grade

25 Qs

File Handling

File Handling

10th - 12th Grade

26 Qs

File Handling - 1

File Handling - 1

9th - 12th Grade

30 Qs

12 IP MT2 31 July

12 IP MT2 31 July

12th Grade

25 Qs

Python Data File Handling

Python Data File Handling

12th Grade

30 Qs

Binary Files and Pickle Module Quiz

Binary Files and Pickle Module Quiz

12th Grade

25 Qs

File Handling in Python

File Handling in Python

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Vivekta Singh

Used 5+ times

FREE Resource

30 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.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

write statement to use the required module for working with comma separated values (csv) files.

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