FIFO (computing and electronics): Difference between revisions

Content deleted Content added
WikiCleanerBot (talk | contribs)
m v2.03b - Bot T20 CW#61 - WP:WCW project (Reference before punctuation)
m Fix dead link
Line 2:
[[File:Fifo queue.png|thumb|350px|Representation of a FIFO (queue) with ''enqueue'' and ''dequeue'' operations.]]
 
'''FIFO''' – an [[acronym]] for '''first in, first out''' – in computing and in [[systems theory]], is a method for organising the manipulation of a data structure – often, specifically a [[buffer (data)| 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]] basis, in the same sequence in which they had arrived at the queue's tail.