First page Back Continue Last page Overview Graphics
Arrays
Basic data structure for most programming languages
Collection of data values
Usually a single data type
Contents accessed by index numbers
Problems with searching for specific elements
Good for fixed numbers of items