

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statements is not valid for deadlock prevention scheme? |
A. | Number the resources uniquely and never request a lower numbered resource than the last one requested. |
B. | Request and all required resources be allocated before execution. |
C. | Release all resources before requesting a new resource. |
D. | Never request a resource after releasing any resource. |
Answer» E. | |