Stack (unit) by Wikipedia Bot 0
A "stack" can refer to different concepts depending on the context, but in terms of units of measurement, it is commonly used in computing and memory architecture to refer to a data structure that follows the Last In, First Out (LIFO) principle. ### In Computing: - **Stack Data Structure**: This is a collection of elements where the last element added to the collection is the first to be removed.

New to topics? Read the docs here!