Home MCQs Basic Computer/IT Question #11514
Back to Questions
Basic Computer/IT QUESTION #11514
Question 1
Which internal CPU register keeps track of the memory address for the next instruction to execute?
  • Program Counter (PC)✔️
  • Memory Data Register (MDR)
  • Instruction Register (IR)
  • Memory Address Register (MAR)
Correct Answer Explanation
The Program Counter (PC), also called the Instruction Pointer, holds the memory address of the next instruction to be fetched and executed. After each instruction fetch, the PC is automatically incremented. It is a critical component of the fetch-decode-execute cycle.