Question
A program divides a computation among four threads and runs them on four cores. Which benefit is being used?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Scalability on multiprocessor hardware
Explanation:
Independent threads can execute concurrently on different cores when the workload is parallelizable.
This can reduce completion time compared with using only one execution stream.
Leave a Reply