- String: text (str)
- Integer: whole numbers (int)
- Real: decimal numbers (float)
- Boolean: one of two possible values e.g. True/False
- 1-D Arrays: two or more values of the same data type stored in the same construct
- Records: two or more values of different data types stored in the same construct
- Sequential Files: text files that can be opened, closed, read from, written to, created or deleted; identified by a path and filename which is treated as a STRING e.g. “n:\myfiles\testfile.txt” would identify the file testfile.txt in the folder n:\myfiles.
Thank you to C O’Toole & A Madill from Braidhurst High School for allowing me to publish this here.