Computer Studies
Central Processing Unit (CPU)
A student asks: which register always points to the NEXT instruction? The answer is:
Explanation
The Program Counter (PC) always holds the address of the next instruction to be executed. It updates automatically after each instruction is fetched.
Reference: Computer Studies Textbook
, Page 4