Problem 2
What is an input file?
Problem 4
In general, what are the two types of files? What is the difference between these two types of files?
Problem 6
When writing a program that performs an operation on a file, what two file associated names do you have to work with in your code?
Problem 7
If a file already exists what happens to it if you try to open it as an output file (using the 'w' mode)?
Problem 13
What does it mean when the read line method returns an empty string?
Problem 16
What is a record? What is a field?
Problem 20
If an exception is raised and the program does not handle it with a try/except statement, what happens?