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