📝 Question
#25
The address of the next instruction to be executed by the current process is provided by the __________
✓
Correct Answer
B. Program counter
💡
Explanation
The address of the next instruction to be executed by the current process is provided by the Program Counter. After every instruction is executed, the Program Counter is incremented by 1 i.e. address of the next instruction to be executed. CPU fetches instruction from the address denoted by Program Counter and execute it.
⌨️ Press
A
B
C
D
to select