Multiple choice

Which of the following registers points to memory address from which the next byte is to be fetched?

  1. Stack Pointer (SP)

  2. Program Counter (PC)

  3. Storage registers

  4. Both (1) and (2)

  5. None of these

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

Yes, PC points to memory address from which the next byte is to be fetched. It is used to manage the sequence of the execution of instruction.