Penguin
Annotated edit history of FIFO version 3 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 CraigMckenna 1 [Acronym] for __F__irst __I__n, __F__irst __O__ut
2
2 AristotlePagaltzis 3 Describes a storage system for information where the first piece stored is the first piece dealt with; like a shopping queue, where the first customer to arrive will be served first.
4
5 Contrast [LIFO], [GIGO].