algorithms Definition First In First Out FIFO refers to the push/pop behaviour of queues. FIFO means that the first item pushed is the first one to be popped. See queue.