AEM 249 Lecture 17

AEM 249 Lecture 17

University

15 Qs

quiz-placeholder

Similar activities

File Type Extensions

File Type Extensions

8th Grade - University

10 Qs

Bài kiểm tra tin học

Bài kiểm tra tin học

University

10 Qs

Data Analysis Quiz

Data Analysis Quiz

University

16 Qs

NVSP_CNTT

NVSP_CNTT

University

10 Qs

SOM - Comandos LINUX

SOM - Comandos LINUX

9th Grade - University

15 Qs

Midterm Exam - DV - Part 1

Midterm Exam - DV - Part 1

University

20 Qs

Python Files

Python Files

University

20 Qs

data warehouse-kuis 2

data warehouse-kuis 2

University

20 Qs

AEM 249 Lecture 17

AEM 249 Lecture 17

Assessment

Quiz

Computers

University

Easy

Created by

Markeith Diamond

Used 3+ times

FREE Resource

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'

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?