Section 1 Chapter 6 - Files and Exception Handling Flashcards
1
Q
Contents of a file
A
A number of records
2
Q
Contents of a record
A
A number of fields
3
Q
Field
A
A single piece of data
4
Q
The two types of file
A
Text and binary
5
Q
Exception Handling
A
‘Catching’ an exception so that it does not crash the program and instead causes some code to run.