Search Header Logo

File Handling in Python Quiz

Authored by Teacher Lhadon

Information Technology (IT)

11th Grade

Used 4+ times

File Handling in Python Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the primary purpose of file handling in Python?

To design user interfaces

To create different file formats

To read, write, and manage data in files

To store values in python

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does the 'r' mode do when opening a file?

Creates a new file

Opens a file for reading

opens a file for appending

Writes data to a file

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What happens when you open a file in 'w' mode?

It reads the file content

It appends to the file

It overwrites the existing content

It creates a new file without overwriting

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which method reads the entire content of a file?

read(entire)

readall()

read()

readline()

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does the 'a' mode do when opening a file?

Reads the file content

Appends data to the end of the file

Appends data to the beginning of the file

Overwrites existing content

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

A student first creates a file called "notes.txt" and then writes the code given and runs, but notices no output.

What could be the problem?

No problem, the outprint is not just printed.

The student has not added \n at the end

Reading mode 'r' doesn’t allow writing, so values are not added

The file is not closed properly.

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the result of using 'x' mode on an existing file?

It creates a new file and returns an error

It reads the file content

It overwrites the file

It appends to the file

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?