The elements in a one-dimensional array are stored in memory locations.

The length of a one-dimensional array represents the number of it can store.

One-dimensional arrays are often used to store a of related data.

To access a specific element in a one-dimensional array, we use its .

3. In a one dimensional array, the index of the first element is always .