What is a record?
A data structure used to store data values
Fixed in length
What makes records different to arrays?
Records can store different data types
What is each item in a record called?
A field
What is each field given?
Data type
Field name
What can you do when you create a record?
Add a data type and name to each field
can assign it to variables
When are Arrays useful?
When you have multiple variables with same record structure
What is used at the start and end of a record?
‘record’
‘endrecord’