Programming (Year 11)
Define an array and its purpose in programming.
An array is a collection of items stored at contiguous memory locations, used to store multiple values in a single variable.