array

1 [GPS] A set of objects that are connected to function as a unit. In GPS technology, an array of satellites is used to pinpoint locations on the earth.

2 [mathematics] In computing, a fundamental data structure consisting of a variable with multiple, sequentially indexed, cells that can each store a value of the same type. Each cell of the array acts as a variable, and the cells are referenced by an index value for each array dimension. One-dimensional arrays, called vectors, and two-dimensional arrays, called matrices, are most common, but arrays may have more dimensions.