This document defines and provides examples of different types of arrays, including one-dimensional, two-dimensional, and multi-dimensional arrays. It explains that an array is a fixed-size collection of elements of the same data type that share a common name. A one-dimensional array uses a single index to represent a list, a two-dimensional array represents data in rows and columns using two indices, and a multi-dimensional array can use more than two indices. Examples of arrays include lists of employees, test scores, and students.
Related topics: