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