Computer Science, asked by sharnath, 6 months ago

what is a program counter​

Answers

Answered by saleha55510
5

Explanation:

The program counter, commonly called the instruction pointer in Intel x86 and Itanium microprocessors, and sometimes called the instruction address register, the instruction counter, or just part of the instruction sequencer, is a processor register that indicates where a computer is in its program sequence.

Answered by JENOVIN2001
0

Answer:

The program counter gives an address value in the memory of where the next instruction is. The processor fetches the instruction value from this memory location. Once the instruction has been fetched, it needs to be decoded and executed.

Similar questions