1.4.2 Flashcards
1
Q
Array
A
A data structure used for storing a finite number of the same data type within a single identifier
2
Q
Tuple
A
A data structure used for storing immutable, ordered set of data which can be of different data types within a single identifier
3
Q
List
A
A data structure that stores a sequence of data values each with a unique index
4
Q
Record
A
A data structure that stores data in elements called fields and is organised based on attributes
5
Q
A