engineering computer science MCQ #256

What is the term for a technique that allows multiple instructions to be executed simultaneously?

engineering computer science MCQ #256

  1. Question 1

    Q1. What is the term for a technique that allows multiple instructions to be executed simultaneously?

    • A) Pipelining
    • B) Multithreading
    • C) Multiprocessing
    • D) Instruction-level parallelism

    Answer: Instruction-level parallelism

    Explanation: Instruction-level parallelism enables the execution of multiple instructions concurrently, improving CPU utilization.