noun
pushdown storage; stack
Computing term for a last-in-first-out (LIFO) data structure; equivalent to a stack in computer science.
後入れ先出し記憶装置は、データを一時的に保存するのに使われる。
Pushdown storage is used to temporarily store data.
このプログラムでは、後入れ先出し記憶装置をスタックとして実装している。
In this program, pushdown storage is implemented as a stack.
Common loanword for 'stack' in computing; 後入れ先出し記憶装置 is a formal Japanese equivalent used in technical documentation.
FIFO (first-in-first-out) storage, the counterpart to LIFO; often contrasted with 後入れ先出し記憶装置.
Compound of 後入れ (atoire, 'last in'), 先出し (sakidashi, 'first out'), and 記憶装置 (kioku sōchi, 'storage device'), directly describing a last-in-first-out storage mechanism.