Quiz on Data Sharing Concurrency
Here is a quiz to test your understanding of the concepts related to data sharing concurrency.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Parallelism should be preferred over concurrency when ____.
A.
threads do not depend on other threads
B.
threads depend on the operations of other threads
C.
Both A and B
D.
None of these
1 / 3