Explanation : An ordered arrangement of data elements in one or more dimensions: a list, a table, or a multidimensional arrangement of items. A vector is a one-dimensional array; a matrix is a two-dimensional array. Multidimensional arrays are used to store tables of data, especially in scientific simulation and mathematical processing. Data items in an array are distinguished by subscripts.