Filters
Question type

Study Flashcards

How many types of files are there?


A) One
B) Two
C) Three
D) Four

Correct Answer

verifed

verified

When a file has been opened using the 'r' mode specifier, which method will return the file's contents as a string?


A) write
B) input
C) get
D) read

Correct Answer

verifed

verified

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


A) 'w'
B) 'r'
C) 'a'
D) 'e'

Correct Answer

verifed

verified

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


A) estrip
B) rstrip
C) strip
D) remove

Correct Answer

verifed

verified

The ZeroDivisionError exception is raised when the program attempts to perform a division by zero.

Correct Answer

verifed

verified

Closing a file disconnects the communication between the file and the program.

Correct Answer

verifed

verified

Strings can be written directly to a file with the write method, but numbers must be converted to strings before they can be written.

Correct Answer

verifed

verified

Which method will return an empty string when it has attempted to read beyond the end of a file?


A) read
B) getline
C) input
D) readline

Correct Answer

verifed

verified

If the last line in a file is not terminated with a \n, the readline method will return the line without a \n.

Correct Answer

verifed

verified

Which method could be used to convert a numeric value to a string?


A) str
B) value
C) num
D) chr

Correct Answer

verifed

verified

An exception handler is a piece of code that is written using the try/except statement.

Correct Answer

verifed

verified

Programmers usually refer to the process of _______________ data in a file as "writing data to" the file.

Correct Answer

verifed

verified

The term _______________ file is used to describe a file to which data is written.

Correct Answer

verifed

verified

A(n) _______________ gives information regarding the line number(s) that caused an exception.

Correct Answer

verifed

verified

Showing 21 - 34 of 34

Related Exams

Show Answer