Q The address of the next instruction to be executed by the current process is provided by the:

  • A CPU Registers
  • B Process stack
  • C Program Counter
  • D Pipe

MCQs Details

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.