Question: If a process is holding some resources and requests another resource that cannot be immediately allocated to it (that is, the process must wait), then all resources the process is currently holding are preempted.This protocol is often applied to resources like
<ol>
<li>CPU register</li>
<li>memory space</li>
<li>mutex locks</li>
<li>semaphores</li>
</ol>
Answer:
MCQ: If a process is holding some resources and requests another resource that cannot be immediately allocated to it (that is, the process must wait), then all resources the process is currently holding are preempted.This protocol is often applied to resources like
<ol>
<li>CPU register</li>
<li>memory space</li>
<li>mutex locks</li>
<li>semaphores</li>
</ol>