1-D Arrays allow programmers to store data in a list (provided that the data is of the same data type).
For example, to store a list of Scottish cities you could create a 1-D array.
A programmer can define the number of variables held in a list when they create a 1-D array.
Index
An index is created to be able to identify each variable in the list. The index will start at the value 0.
Eg to store the name of Scottish cities, a 1-D array could be created with seven different index values that identify each item of data. In reference language this could be represented as: