What is an array?
An ordered, finite set of elements of a single type.
What type of array is a linear array?
A one-dimensional array.
How can you visualise a two dimensional array?
As a spreadsheet or table.
How can you visualise a three dimensional array?
A three dimensional array can be visualised as a multi-page spreadsheet.
What is a record made up of?
A record is made up of fields.
What is a record also known as?
A row in a file
How can you select a field from a record using pseudocode?
recordName.fieldName