Computer Science Quiz - Grade XII

Computer Science Quiz - Grade XII

12th Grade

15 Qs

quiz-placeholder

Similar activities

File Handling in Python - Grade 12 CBSE

File Handling in Python - Grade 12 CBSE

12th Grade

15 Qs

File Methods in Python

File Methods in Python

12th Grade

20 Qs

Python Files

Python Files

12th Grade

20 Qs

Python Basic files

Python Basic files

10th - 12th Grade

10 Qs

FILE HANDLING IN PYTHON

FILE HANDLING IN PYTHON

12th Grade

10 Qs

File Handling

File Handling

12th Grade

10 Qs

File Handling in Python

File Handling in Python

11th - 12th Grade

10 Qs

File Handling

File Handling

12th Grade

10 Qs

Computer Science Quiz - Grade XII

Computer Science Quiz - Grade XII

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Amudhavalli K

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is the correct mode to open a text file for reading?

rb

r

w

a

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which method is used to read the entire contents of a text file as a single string?

readline()

readlines()

read()

input()

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does the readline() function return?

A list of lines

One line at a time as a string

The number of lines

None of the above

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which method is used to write data to a text file?

input()

print()

write()

append()

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What happens if a file is opened in 'w' mode and it already exists?

It appends to the file

It raises an error

It deletes the contents of the file

It does nothing

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you close a file in Python?

file.close()

file.stop()

file.end()

close(file)

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

Opens for reading

Opens for writing (overwrites)

Opens for appending

Opens for deleting

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?