Search Header Logo

Files

Authored by Vishnuvardhan Reddy Avija

Computers

University

Used 1+ times

Files
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers