FILO

Stands for "First In, Last Out." FILO is an acronym used in computer science to describe the order in which objects are accessed. It is synonymous with LIFO (less commonly used) and may also be called LCFS or "last come, first served."

A stack is a typical data structure that may be accessed using the LIFO method. In a stack, each item is placed on top of the previous item, one at a time. Items can be removed from either the top of the stack (FILO) or from the bottom of the stack FIFO. You can imagine a FILO stack as the paper in a printer tray. Whatever paper you place on top of the existing paper in the input tray will be accessed first.

FILO is not necessarily a "fair" way to access data, since it operates in opposite order of a queue. Still, the FILO method can be useful for retrieving recently used objects, such as those stored in cache memory.

Updated August 7, 2014 by Per C.

quizTest Your Knowledge

Which acronym refers to landline telephones?

A
POTS
0%
B
STOP
0%
C
TOPS
0%
D
SPOT
0%
Correct! Incorrect!     View the POTS definition.
More Quizzes →

The Tech Terms Computer Dictionary

The definition of FILO on this page is an original definition written by the TechTerms.com team. If you would like to reference this page or cite this definition, please use the green citation links above.

The goal of TechTerms.com is to explain computer terminology in a way that is easy to understand. We strive for simplicity and accuracy with every definition we publish. If you have feedback about this definition or would like to suggest a new technical term, please contact us.

Sign up for the free TechTerms Newsletter

How often would you like to receive an email?

You can unsubscribe or change your frequency setting at any time using the links available in each email.

Questions? Please contact us.