Question 17
1 pts
Which of the following statements best describes the difference
between fine-grained and coarse-grained multithreading?
Fine-grained multithreading is less efficient than coarse-grained
multithreading because it requires more processor cycles to switch threads.
Fine-grained multithreading switches threads only on costly stalls, whereas
coarse-grained multithreading switches threads on every instruction.
Coarse-grained multithreading switches threads only on costly stalls, while
fine-grained multithreading switches threads on every instruction.
Coarse-grained multithreading provides better throughput by switching
threads more frequently than fine-grained multithreading.