Multiple choice Which of the following is a false statement? The stack pointer (SP) is used to hold the address of top of element of the stack. A stack can be implemented in a random access memory (RAM) attached to a CPU. A stack is incremented after fetching an instruction. A stack can be arranged in a collection of registers. 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.