Search Header Logo

Python-Week7

Authored by Yahini Prabha Murugesan

Other

University

Used 2+ times

Python-Week7
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a file with the specified name already exists when the file is opened and the file is opened in 'w' mode, then an alert will appear on the screen.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ZeroDivisionError exception is raised when the program attempts to perform the calculation x/y if y = 0.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following describes what happens when a piece of data is written to a file?

The data is copied from a variable in RAM to a file.

The data is copied from the program to a file.

The data is copied from a file object to a file.

The data is copied from a variable in the program to a file.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of file access jumps directly to a piece of data in the file without having to read all the data that comes before it?

numbered

sequential

text

random

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which mode specifier will open a file but not let you change the file or write to it?

r

w

a

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method could be used to strip specific characters from the end of a string?

strip

lstrip

rstrip

remove

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement can be used to handle some of the runtime errors in a program?

an exception handler statement

a try statement

a try/except statement

an exception statement

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?