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...
We'll cover the following...
Technical Quiz
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
1 / 5