File Handling in Python Quiz

File Handling in Python Quiz

12th Grade

50 Qs

quiz-placeholder

Similar activities

Digital Media II Final Study Guide

Digital Media II Final Study Guide

9th - 12th Grade

50 Qs

Units 1-3 Test Review

Units 1-3 Test Review

9th - 12th Grade

51 Qs

HỌC KỲ 2 ÔN TẬP TIN 4

HỌC KỲ 2 ÔN TẬP TIN 4

4th Grade - University

46 Qs

INFORMATIKA X 2024.1 SAS

INFORMATIKA X 2024.1 SAS

10th Grade - University

50 Qs

Python-jan2022

Python-jan2022

12th Grade - University

46 Qs

INFORMATIKA PAT KELAS X

INFORMATIKA PAT KELAS X

9th - 12th Grade

50 Qs

Control Panel Hosting - Administrasi Sistem Jaringan

Control Panel Hosting - Administrasi Sistem Jaringan

12th Grade

50 Qs

Quiz TIK

Quiz TIK

12th Grade

45 Qs

File Handling in Python Quiz

File Handling in Python Quiz

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Shabnam pusa

Used 1+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to open a file in Python?

fileopen()

open()

fopen()

readfile()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default mode in which a file is opened using open()?

write

append

read

exclusive

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will file.read() return?

A list of lines

The entire file content as a string

One character

Nothing

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method reads only a single line from the file?

read()

readline()

readlines()

line()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to read all lines in a file as a list?

read()

readline()

readlines()

all()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does file.write("Hello") do?

Reads Hello from file

Writes Hello to file

Appends Hello

Deletes Hello

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which mode is used to write to a file (overwriting if exists)?

'r'

'a'

'w'

'rw'

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?