Computer Studies
Central Processing Unit (CPU)
If the Program Counter currently holds address 100 and an instruction is fetched what value will the PC most likely hold next?
Explanation
After an instruction is fetched from address 100 the Program Counter automatically updates to point to the next instruction typically at address 101. This is how sequential program execution works.
Reference: Computer Studies Textbook
, Page 4