In: Computer Science
A program counter (PC) is a register that contains the address of the next instruction to be executed from memory. The contents of PC are incremented by the appropriate offset after processor loads instruction for execution to point to next memory from where next instruction is to be fetched.
Answers are in attached image