Content deleted Content added
Better description of the acronym |
Added link Tags: Reverted Visual edit Mobile edit Mobile web edit |
||
Line 3:
[[file:Data Queue.svg|thumb|Representation of a FIFO queue]]
[[International Standard Book Number|In]] computing and in [[systems theory]], '''FIFO''' an [[acronym]] for '''first in, first out''' (the first in is the first out) is a method for organising the manipulation of a data structure (often, specifically a [[data buffer]]) where the oldest (first) entry, or "head" of the [[Queue (data structure)|queue]], is processed first.
Such processing is analogous to servicing people in a [[queue area]] on a [[first-come, first-served]] (FCFS) basis, i.e. in the same sequence in which they arrive at the queue's tail.
|