engineering computer science MCQ #41

What is the term for a CPU design that uses a single pipeline for instruction execution?

engineering computer science MCQ #41

  1. Question 1

    Q1. What is the term for a CPU design that uses a single pipeline for instruction execution?

    • A) Superscalar
    • B) Pipelining
    • C) Multicore
    • D) Scalar

    Answer: Pipelining

    Explanation: Pipelining is a technique where instructions are processed in a linear sequence of stages, improving instruction throughput.