Which of the following is the purpose of the Program Counter (PC) ?
2025
Which of the following is the purpose of the Program Counter (PC) ?
- A.
Store the current instruction
- B.
Store the address of the next instruction to be executed
- C.
Store data in the memory
- D.
Perform arithmetic operations
Attempted by 194 students.
Show answer & explanation
Correct answer: B
The Program Counter (PC) holds the memory address of the next instruction to be executed by the CPU. This allows the processor to fetch instructions sequentially and manage program flow effectively.