Multiple choice

_____________ in computer architecture implements a stack with registers and the operands of the ALU are always the top two registers of the stack, and the result from the ALU is stored in the top register of the stack.

  1. The accumulator machine

  2. The stack machine

  3. The load/store machine

  4. Flags

  5. Pop

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

This machine in computer architecture implements a stack with registers and the operands of the ALU are always the top two registers of the stack, and the result from the ALU is stored in the top register of the stack.