1.4.2 Data Structures Flashcards
1
Q
Array
A
A finite, ordered set of elements of the the same type, e.g, integer or real/float
2
Q
Tuples
A
Stores a sequence of data items but, once the value is set it cannot be changed as the program runs
3
Q
Queues
A
A first in first out data structure
4
Q
List
A
An abstract data type consisting of a number of items where the same item may occur more than once
5
Q
Linked list
A
A dynamic data structure used to hold an ordered sequence
6
Q
Stack
A
A last in first out data structure
7
Q
Stack
A
A last in first out data structure