Ordinary or one-dimensional arrays are indexed by a single integer.
For a multi-dimensional array, the index into the array uses an ordered list of integers, such as in a[3,1,5].
The length of the list of integers used to index into the multi-dimensional array is always the same and is referred to as the array's dimensionality.
The bounds on each of these are called the array's dimensions.