Chapter 7 (Files) Flashcards

(5 cards)

1
Q

Define Catch

A

To prevent an exception from terminating a program using the try and except statements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define Newline

A

A special character used in files and strings to indicate the end of a line.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define Pythonic

A

A technique that works elegantly in Python. “Using try and except is the Pythonic way to recover from missing files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define Quality Assurance

A

A person or team focused on ensuring the overall quality of a software product. QA is often involved in testing a product and ID-ing problems before the product is released.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Define Text File

A

A sequence of characters is stored in permanent storage, like a hard drive.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly