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.
2
Q
Define Newline
A
A special character used in files and strings to indicate the end of a line.
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.
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.
5
Q
Define Text File
A
A sequence of characters is stored in permanent storage, like a hard drive.