engineering computer science MCQ #25

Which of the following is NOT a type of instruction-level parallelism?

engineering computer science MCQ #25

  1. Question 1

    Q1. Which of the following is NOT a type of instruction-level parallelism?

    • A) Pipelining
    • B) Superscalar execution
    • C) VLIW
    • D) Multithreading

    Answer: Multithreading

    Explanation: Multithreading is a technique to improve utilization by switching between threads. It is not a type of instruction-level parallelism, which involves executing multiple instructions simultaneously.