Quiz on Message Passing Concurrency
Here is a quiz to test your understanding of the concepts related to message passing concurrency.
We'll cover the following...
1
Concurrency is different from parallelism because ____.
A)
concurrency may be needed even on a single-core environment.
B)
in concurrency, it is normal for threads to depend on the results of other threads.
C)
concurrency makes use of threads explicitly.
D)
All of the above
Question 1 of 50 attempted