Your source for the most up-to-date terms, definitions, and acronyms for and about internet service providers.
Search for an ISP term
stack
Last modified: Friday, November 07, 2003
(1) In programming, a special type of data structure in which items are removed in the reverse order from that in which they are added, so the most recently added item is the first one removed. This is also called last-in, first-out (LIFO).
Adding an item to a stack is called pushing. Removing an item from a stack is called popping.