Multiple choice

Which of the following is a false statement?

  1. The stack pointer (SP) is used to hold the address of top of element of the stack.

  2. A stack can be implemented in a random access memory (RAM) attached to a CPU.

  3. A stack is incremented after fetching an instruction.

  4. A stack can be arranged in a collection of registers.

  5. None of the above

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

This is a false statement as the Program Counter register is incremented on fetching of the instruction.