MCQOPTIONS
Saved Bookmarks
| 1. |
What hole will allocates in "Worst Fit" algorithm of memory management? |
| A. | a. It allocates the smaller hole than required memory hole |
| B. | b. It allocates the smallest hole from the available memory holes |
| C. | c. It allocates the largest hole from the available memory holes |
| D. | d. It allocates the exact same size memory hole |
| Answer» D. d. It allocates the exact same size memory hole | |