Data Structure - Data in a computer program is organised using a data structure. There are different methods for organising data.
Array - A block of variables of the same type using a single name and an index value.
Index - An integer value that identifies and is used to locate a particular element within an array.
Data structures