Describe a queue data structure.

A queue is a FIFO (First In First Out) data structure.
Analogous to a production line, the first item in the list will be the first to be removed, the second the second and so on.

MT

Related Computing A Level answers

All answers ▸

What do the logical operators AND, OR, XOR and NOT do?


Outline the differences between how a compiler and an interpreter works, and explain the advantages and usage of of each [12 marks]


Why are bit patterns often displayed in hexadecimal notation instead of binary notation?


What is the difference between compile-time errors and runtime errors?