Multiple choice

Which of the following parallelism refers to the way threads can communicate with other threads residing in other processors?

  1. Background processing

  2. Communication parallelism

  3. Computation parallelism

  4. Thread granularity

  5. Thread switch

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This parallelism refers to the way threads can communicate with other threads residing in other processors.