engineering computer science MCQ #61

In a pipelined processor, what is the purpose of the instruction pipeline?

engineering computer science MCQ #61

  1. Question 1

    Q1. In a pipelined processor, what is the purpose of the instruction pipeline?

    • A) To store instructions in a buffer
    • B) To decode instructions
    • C) To execute instructions in a sequence of stages
    • D) To manage memory access

    Answer: To execute instructions in a sequence of stages

    Explanation: The instruction pipeline breaks down instruction execution into a series of stages, improving throughput.