AQA A2 Computing 2.4 Stacks and queues Flashcards

1
Q

Dynamic data structure

A

the memory taken up the data structure varies at run time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Static data structure

A

the memory required to store the data structure is declared before run time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Stack

A

a last in first out (LIFO) abstract type data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Queue

A

a first in first out (FIFO) abstract data type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly