engineering computer science MCQ #47

What is the term for a CPU that can execute multiple instructions in a single clock cycle?

engineering computer science MCQ #47

  1. Question 1

    Q1. What is the term for a CPU that can execute multiple instructions in a single clock cycle?

    • A) Superscalar
    • B) Pipelined
    • C) Multicore
    • D) Multithreaded

    Answer: Superscalar

    Explanation: Superscalar CPUs execute multiple instructions in parallel, improving instruction-level parallelism. NET computer science MCQs often test this core concept.