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 is the difference between HTML, CSS and JavaScript


One member of a chess club sends a text file saved in Unicode. What meant by the term "Unicode" and why might this be necessary?


Describe what you understand by abstraction, and how it is relevant to software engineering.


Describe a stack data structure.