Search Header Logo

AEM 249 Lecture 17

Authored by Markeith Diamond

Computers

University

Used 3+ times

AEM 249 Lecture 17
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What method is used to return a pointer to a file with the given file name and path?

file.open()

file.readlines()

file.close()

file.read()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What file mode is used to open the file for writing and create the file if it does not exist?

'rb'

'r'

'w'

'a'

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the flush() file method do?

Returns the contents of the file as a string

Closes the file

Writes a string argument to a file

Forces the interpreter to flush the output buffer to the file

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the Python Standard Library OS module provide an interface to?

CSV file format

Operating system function calls

File reading

Binary data translation

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the character between directories in a path?

/

\

:

;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the bytes() function in Python?

To close a file

To write to CSV files

To read binary data from a file

To create byte objects

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What file mode is used to access files using binary file mode?

'a'

'rb'

'r'

'w'

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?