Keyword | Definition |
---|---|
array | data structure which can store multiple values of the same data type |
index | a number which indicates the position of a value inside a string or array |
one dimensional | type of array which is like a list of values. You need one index to determine the position of an individual value. |
two dimensional | type of array which is like a table of values. You need two indices to determine the position of an individual value |