Home » Operating Systems » Operating systems miscellaneous » Question

Operating systems miscellaneous

  1. Which of the following is not a valid deadlock prevention scheme?
    1. Release all resources before requesting a new resource
    2. Number the resources uniquely and never request a lower numbered resource than the last one requested
    3. Never request a resource after releasing any resource
    4. Request and all required resources be allocated before execution
Correct Option: C

In deadlock prevention scheme, The operating system requests a resource after releasing the resource held by him, if needed. This is not a condition that a process cannot request a resource.



Your comments will be displayed only after manual approval.