This shows you the differences between two versions of the page.
|
dido:public:ra:xapend:xapend.a_glossary:s:stack_memory [2021/10/25 17:48] nick created |
dido:public:ra:xapend:xapend.a_glossary:s:stack_memory [2021/10/25 17:49] (current) nick |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] | [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] | ||
| - | **Stack Memory** is a data area or buffer used for storing requests that need to be handled. The IBM Dictionary of Computing says that a stack is always a push-down list, meaning that as new requests come in, they push down the old ones. Another way of looking at a push-down list - or stack - is that the program always takes its next item to handle from the top of the stack. (This is unlike other arrangements such as "FIFO" or "first-in first-out.") | + | **Stack Memory**, or **Stack**, is a data area or buffer used for storing requests that need to be handled. The IBM Dictionary of Computing says that a stack is always a push-down list, meaning that as new requests come in, they push down the old ones. Another way of looking at a push-down list - or stack - is that the program always takes its next item to handle from the top of the stack. (This is unlike other arrangements such as "FIFO" or "first-in first-out.") |
| Source: [[https://whatis.techtarget.com/definition/stack ]] | Source: [[https://whatis.techtarget.com/definition/stack ]] | ||