テクノロジ系 (Technology)

Glossary

Glossary
テクノロジ系 (Technology)Tested 2×

スタック

すたっく · Stack

Also known as: stack data structure

A data structure that manages data in last-in, first-out (LIFO) order. Both push (insert) and pop (remove) operations always occur at the top of the stack. It is widely used wherever processing order must be controlled, such as managing return addresses for subroutine calls or evaluating expressions. It is the counterpart to the queue, which follows first-in, first-out (FIFO) order.

Past questions testing this term · 2 questions

  • 2018h30a #76複数のデータが格納されているスタックからのデータの取出し方として,適切なものはどれか。
  • 2010h22h #85下から上へデータを積み上げ、上にあるデータから順に取り出すデータ構造(以下、スタックという)がある。これを用いて、図に示すような、右側から入力されたデータの順番…
Pro

Upgrade to Pro

This is a Pro-only feature. ¥980 per month unlocks everything that gets you to the cert in one stretch.