A 1D (or one-dimensional) array is the simplest form of an array that stores elements sequentially. It represents information along a linear or single dimension.
Related terms
Element: An individual item stored within an array.
Index: The position or location at which an element is stored within an array.
Traversal: The process of accessing each element in an array one by one.