Jump to content

FIFO (computing and electronics)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Dmerrill (talk | contribs) at 17:42, 12 October 2001 (initial entry). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A computer science ancronym for First In, First Out, which refers to the way data stored in a queue is processed. The first data to be added to the queue will be the first data to be removed. This is typical behavior for a queue, but contrast LIFO and stack.