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 ▸

How do I make simplifying Boolean algebra easier?


What is the range of denary numbers that can be represented using 8-bit two’s complement binary integers?


Given a graph with n nodes and m edges, every edge has a passing cost that can be negative, find the minimum distance between node 1 and every other node


What is 55 using 8-bit unsigned binary?