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 ▸

Calculate -3 + 3 using Two's Complement and the Sign and Magnitude Method. Which works correctly?


When data is transmitted over long distances, latency can become an issue. Explain what latency is.


What is recursion and why is it useful?


What is immediate addressing?