Computer Science, asked by gouda4262, 1 year ago

Which register keeps track of the instructions stored in program stored in memory?

Answers

Answered by Suhrithnpksistla
3
PC programme is register keeps tracks of the instructions stored in program stored in memory.
Answered by vinod04jangid
0

Answer:

Program Counter

Explanation:

A program counter( PC) is a CPU register which contains the address of the following instruction to be executed from memory. Value of the PC is incremented by 1 with each instruction fetched. The PLA automatically updates the PC to point to the following instruction during the op- code decode cycle.

A program counter is also named as an Instruction Counter, Instruction Pointer, Instruction address register or Sequence Control register.

#SPJ2

Similar questions