InterviewSolution
Saved Bookmarks
| 1. |
Given memory partitions of 2500KB, 100KB, 500KB, 350KB, and 700KB ( in order), how would each of the first-fit, best-fit and worst-fit algorithms place processes of 112KB, 317KB, 242KB and 450KB (in order)? Which algorithm makes the most efficient use of Memory? |
| Answer» | |