Multiple Choice
A problem with test-and-set is that when many processes are waiting to enter a critical region,____ can occur because the processes gain access in an arbitrary fashion.
A) starvation
B) synchronization
C) deadlock
D) an error
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: Multiprocessing can refer to one job using
Q16: In a master/slave system,the master processor is
Q17: The _ multiprocessing configuration is an asymmetric
Q18: The Java _ class is a collection
Q19: _ semaphores are used in the producer
Q21: When using the WAIT and SIGNAL operations,_
Q22: Java technology is used for many Web
Q23: Test-and-set is a single indivisible machine instruction.In
Q24: The primary disadvantage of the WAIT and
Q25: Early programming languages did not support the