Files

Files

University

10 Qs

quiz-placeholder

Similar activities

Python List Methods

Python List Methods

9th Grade - Professional Development

7 Qs

PYTHON PROGRAMMING

PYTHON PROGRAMMING

University

10 Qs

Linux CLI

Linux CLI

University

11 Qs

Списки Python + Pygame

Списки Python + Pygame

KG - University

10 Qs

Quiz HTC 2020

Quiz HTC 2020

University

15 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

RAM

RAM

University

10 Qs

MapReduce Basics

MapReduce Basics

University

11 Qs

Files

Files

Assessment

Quiz

Computers

University

Medium

Created by

Vishnuvardhan Reddy Avija

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements are true?

When you open a file for reading, if the file does not exist, an error occurs

When you open a file for writing, if the file does not exist, a new file is created

When you open a file for writing, if the file exists, the existing file is overwritten with the new file

All of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To read two characters from a file object infile, we use

infile.read(2)

infile.read()

infile.readline()

infile.readlines()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To read the next line of the file from a file object infile, we use ____________

infile.read(2)

infile.read()

infile.readline()

infile.readlines()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The readlines() method returns ____________

str

a list of lines

a list of single characters

a list of integers

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following mode will refer to binary data?

r

w

b

+

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In file handling, what does this terms means “r, a”?

read, append

append, read

write, append

none

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of “w” in file handling?

Read

Write

Append

None

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?