Stack
A stack may have several meanings:
- Callstack: the structure that keeps track of nested calls during execution
- Data stack: a data structure, where the last added data are removed first
- LAMP stack: a collection of software that works well together. Here, Linux, Apache, MySQL, PHP.