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 ▸

why is the Harvard architecture is sometimes used in preference to the von Neumann architecture and give examples of each system


Simplify the boolean expression ¬(A.B)+A.


In decimal, what is the most negative number that can be represented using a 12-bit two’s complement binary integer?


What are firewalls? Explain and discuss three methods they employ to secure a network. [8]