Discussion Forum : Computer Fundamental Miscellaneous
Question - The register which keeps track of the execution of a program and which contains the memory address of the instruction currently being executed is known as
Options:
A .  Index register
B .  Memory address register
C .  Program counter
D .  Instruction register
E .  None of the above
Answer: Option C
Program counter : A program counter is a register in a computer processor that contains the address (location) of the instruction being executed at the current time. As each instruction gets fetched, the program counter increases its stored value by 1. After each instruction is fetched, the program counter points to the next instruction in the sequence. When the computer restarts or is reset, the program counter normally reverts to 0.
Source : techtarget.com

Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *