Operating System Deadlock Prevention
Q To ensure no preemption, if a process is holding some resources and requests another resource that cannot be immediately allocated to it ____________
  • A A. Then the process waits for the resources be allocated to it
  • B B. The process keeps sending requests until the resource is allocated to it
  • C C. The process resumes execution without the resource being allocated to it
  • D D. Then all resources currently being held are preempted
Leave a Comment