Elementary data type
Built in, basic types e.g. int, char
Structured data type
non elementary e.g. string, array
Array
Finite, ordered set of one type
How to represent a vector
1d array
How to represent a matrix
2d array
What a n-dimensional array is
A set of elements of the same data type that are indexed by a tuple of n integers
Tuple
Ordered list of elements