Which of the following is NOT a type of instruction-level parallelism?
Q1. Which of the following is NOT a type of instruction-level parallelism?
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.