File Handling in Python Quiz

File Handling in Python Quiz

11th Grade

15 Qs

quiz-placeholder

Similar activities

Image editing

Image editing

4th Grade - University

20 Qs

Quiz E-mail

Quiz E-mail

7th Grade - University

20 Qs

asesmen vlan

asesmen vlan

11th Grade

10 Qs

Introduction to HTML

Introduction to HTML

11th Grade

18 Qs

Web 1.5-1.6 Bacaan

Web 1.5-1.6 Bacaan

11th Grade

20 Qs

QUIS TIK BY FATAHUL

QUIS TIK BY FATAHUL

9th - 12th Grade

20 Qs

CCDI Competition- First League - Cycle 3 -

CCDI Competition- First League - Cycle 3 -

9th - 12th Grade

15 Qs

Mengenal Fiber Optik

Mengenal Fiber Optik

2nd Grade - University

15 Qs

File Handling in Python Quiz

File Handling in Python Quiz

Assessment

Quiz

Information Technology (IT)

11th Grade

Medium

Created by

Teacher Lhadon

Used 4+ times

FREE Resource

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

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?