_________ register keeps tracks of the instructions stored in program stored…
_________ register keeps tracks of the instructions stored in program stored in memory.
Answer: C. PC (Program Counter) — The Program Counter (PC) holds the address of the next instruction to be executed from memory. It automatically increments after each instruction fetch.
- A.
AR (Address Register)
- B.
XR (Index Register)
- C.
PC (Program Counter)
- D.
AC (Accumulator)
Attempted by 2299 students.
Show answer & explanation
Correct answer: C
The Program Counter (PC) holds the address of the next instruction to be executed from memory. It automatically increments after each instruction fetch.
Loading lesson…