File Handling in Python

File Handling in Python

12th Grade

15 Qs

quiz-placeholder

Similar activities

Pandas - CSV file

Pandas - CSV file

12th Grade

10 Qs

Python Files

Python Files

12th Grade

20 Qs

DATA FILE HANDLING

DATA FILE HANDLING

12th Grade

10 Qs

Class XII - File Handling Quiz 3

Class XII - File Handling Quiz 3

12th Grade

10 Qs

XII Practical Exam

XII Practical Exam

12th Grade

12 Qs

file python

file python

12th Grade

12 Qs

Latihan Soal RDBMS Kelas 12 RPL

Latihan Soal RDBMS Kelas 12 RPL

12th Grade

20 Qs

Python Pandas

Python Pandas

12th Grade

20 Qs

File Handling in Python

File Handling in Python

Assessment

Quiz

Computers

12th Grade

Hard

Created by

sabna sathar

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

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)

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Write the appropriate statement in the blank.

writer=csv.writer(file)

writer=writer(f)

w=csv.write(f)

w=csv.writerow()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement(s) is/are true to open a binary file "Record.dat" for reading and writing.

file =open("Record.dat","wb")

file =open("Record.dat","rb")

file =open("Record.dat","ab")

file =open("Record.dat","rb+")

7.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

The default file - open mode is ________ mode.

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?