InterviewSolution
Saved Bookmarks
| 1. |
Given memory partitions of 100 k, 500 k, 200 k, 300 k and 600 k (in order) and processes of 212 k, 417 k, 112 k, and 426 k (in order), using the first-fit algorithm, in which partition would the process requiring 426 k be placed ? |
| Answer» THANKS for the POINTS. | |