Abbreviation of First In, First Out. Refers to a data structure in computer programming known as a queue - the first item placed in the queue is the first one to be taken out of the queue. FIFO queues are frequently used as data buffers in communications.