Answer (Choose 1 answer)
☐ A
Which of the following is the Issue of Concurrency?
A. None of the others
B. Average response time: Without concurrency, each application has to be run to completion before the next one can be run
C. Resource utilization: It enables that the resources that are unused by one application can be used for other applications
D. Blocking: Processes can block waiting for resources. A process could be blocked for a long period waiting for input from a terminal
Q: 49