dimension (1)

In programming, used to refer to the structure of an array. A one-dimensional array can be seen as a simple list; a two-dimensional array can be thought of as a table in rows and columns; etc. The elements of an array are referenced by subscripts, one for each dimension of the array.