68.6k views
2 votes
A program counter points to the memory address of the instruction that the CPU is currently executing?

1) True
2) False

User Kambi
by
8.3k points

1 Answer

5 votes

Final answer:

The program counter points to the memory address of the instruction that the CPU is currently executing.

Step-by-step explanation:

The statement is True.

A program counter is a register in the CPU that keeps track of the memory address of the instruction that the CPU is currently executing. It points to the next instruction to be fetched and executed. The program counter is incremented after each instruction is executed, causing the CPU to move to the next instruction in memory.

User Gaurav Chawla
by
8.6k points