engineering computer science MCQ #88

What is the purpose of the Program Counter (PC) in a CPU?

engineering computer science MCQ #88

  1. Question 1

    Q1. What is the purpose of the Program Counter (PC) in a CPU?

    • A) To store the current instruction
    • B) To store the address of the next instruction
    • C) To store the result of an instruction
    • D) To store the address of the data

    Answer: To store the address of the next instruction

    Explanation: The Program Counter (PC) holds the address of the next instruction to be fetched, allowing the CPU to sequence through instructions.