engineering computer science MCQ #86

What is the main advantage of using a pipeline in a CPU?

engineering computer science MCQ #86

  1. Question 1

    Q1. What is the main advantage of using a pipeline in a CPU?

    • A) Increased instruction-level parallelism
    • B) Reduced instruction execution time
    • C) Improved branch prediction
    • D) Simplified instruction decoding

    Answer: Increased instruction-level parallelism

    Explanation: Pipelining increases instruction-level parallelism by breaking down the instruction execution process into stages, allowing multiple instructions to be processed simultaneously.