Skip to main content
stack

stack

15 6.8
A store of items where the last one added is removed first
  • noun
  • /stæɡ/
  • Specialized
translation icon : pila
  • If it is, we push one onto the stack, else we'll put zero on the stack.
  • stack frame
  • stack trace
  • thread stack

So that's the motivation behind this sort of strange stack based OP code language.

Examples

  • The students worked in groups and had a stack of sentences with a word missing.

    Academic text (2015)
  • In a heads-up match, the size of your stack is almost as important as the quality of your cards.

  • But to be clear, notice that the string fills the stack from the top on down.

  • Find one called ocra and push on the stack the name the font name ocra.

  • In programming, a stack allows you to manage function calls by using a stack data structure.

  • The code sample demonstrated how items are added to a stack, following the last-in, first-out principle.

  • When debugging, you can examine the call stack to see the order of function calls that led to the error.

Synonyms

LIFO
vsstack
  • Specialized
1 8.0

A way where the last thing added is the first one taken, used in accounting and computing

is the concrete computing data structure used to apply this method
push-down stack
vsstack
  • Specialized
6.0

A list where the last item added is the first removed

is the standard computing data structure implementing that removal order
push-down list
vsstack
  • Specialized
7.5

A list where the last thing you put in comes out first

is the computing data structure used to implement that removal order
push-down queue
vsstack
  • Specialized
7.7

A pile where the last item put on is the first taken off

is the common computing data structure for that newest first removal
push-down storage
vsstack
  • Specialized
7.8

A way to store items so the last one added is the first taken out

is the computing data structure mainly used to achieve that retrieval order
push-down store
vsstack
  • Specialized
8.2

A storage where the last thing put in comes out first, like a pile of plates

is the abstract computing data structure rather than physical storage
pushdown
vsstack
  • Specialized
7.5

A stack in computing that stores items last in, first out

is the computing data structure focused on that removal order rather than physical movement
last in first out
vsstack
  • Specialized
4.6

A data structure like a stack where the newest item is removed first

is the specific computing data structure that implements this principle

Antonyms

queue
  • Specialized
14 6.0

A list of tasks like messages waiting to be handled in order

Idioms

7 7.5

Arrange things unfairly so one person or group wins

2 8.6

Suddenly get very angry and show it

Compounds

2 3.5

A small pile of pancakes or other food for one person

push-down stack
  • Specialized
6.0

A list where the last item added is the first removed

How Complex

database
  • Specialized
402 3.4
graph
131 2.8
data structure
  • Specialized
4 3.9
tree
244 6.0
stack
  • Specialized
15 6.8

Surface Forms

stack singular
stacks plural

Etymology

Stack for computing is a picture-based name: it uses the idea of a pile where the last thing put on top is the first you take off. So a computer stack is like a pile of plates where you take the top plate first.