engineering computer science MCQ #267

What is the main advantage of using a pipelined architecture?

engineering computer science MCQ #267

  1. Question 1

    Q1. What is the main advantage of using a pipelined architecture?

    • A) Improved instruction-level parallelism
    • B) Reduced instruction fetch time
    • C) Increased memory bandwidth
    • D) Simplified CPU design

    Answer: Improved instruction-level parallelism

    Explanation: Pipelining allows multiple instructions to be processed simultaneously, improving overall CPU throughput by increasing instruction-level parallelism.