first in, first out (FIFO) (1)

A list where any new item is added to one end, and items are deleted from the other. Items are dealt with in the order they arrived.

Related terms

Term sub categories

Data representation
   data structures