AQA A2 Computing > AQA A2 Computing 2.4 Stacks and queues > Flashcards
Dynamic data structure
the memory taken up the data structure varies at run time.
Static data structure
the memory required to store the data structure is declared before run time
Stack
a last in first out (LIFO) abstract type data
Queue
a first in first out (FIFO) abstract data type