Multiple choice Which of these store information about the active subroutines of a computer program? Heap Stack Ready queue Buffer overrun 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.