Files

Files

University

10 Qs

quiz-placeholder

Similar activities

Повторення пайтон3 панда

Повторення пайтон3 панда

University

9 Qs

Text File - Quiz

Text File - Quiz

12th Grade - University

10 Qs

Python - Archivos de texto

Python - Archivos de texto

University

9 Qs

Python Quiz-6

Python Quiz-6

University

10 Qs

X-Quiz #8

X-Quiz #8

University

13 Qs

6thApril

6thApril

University

10 Qs

Quiz 23

Quiz 23

University

10 Qs

Revision SAS PG1

Revision SAS PG1

University

10 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?