Multiple choice

Which of these store information about the active subroutines of a computer program?

  1. Heap

  2. Stack

  3. Ready queue

  4. Buffer overrun

  5. Segment

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This is the data structure that stores information about the active subroutines of a computer program. This kind of stack is also known as an execution stack, control stack, run-time stack, or machine stack, and is often shortened to just the stack.