FIFO

Abbreviation for First in, first out. Defined as a queue in which the first item coming into the queue is handled first, the next one coming in is handled second, and the last one to arrive in the queue is handled last.
Other terms include:
LIFO = Last in, first out
FILO = First in, Last out