Kizspy Question: 48
(Choose 1 answer)
How does multithreading improve the performance of a processor?
A. It increases the instruction-level parallelism by issuing multiple instructions from different threads in the
same cycle
B. It increases the thread-level parallelism by executing multiple threads on different cores or processors
C. It increases the utilization of the processor resources by hiding the latency of long-latency events such as
cache misses or branch mispredictions
D. All of the mentioned