FIFO See also: Programming | LIFO | Queue FIFO First-in-first-out A common algorithm used in queues, where the first piece of data inserted into the queue is the first piece of data removed from the queue. TakeDown.NET -> “FIFO”