QUESTION 1 Given the following memory partitions of 100 KB, 500 KB, 200 KB, 300 KB and 600 KB (in order), how would each of the first-fit, best-fit and worst-fit algorithms place blocks of 212 KB, 417 KB, 112 KB and 426 KB (in this order)? When entering your answers, Jonly enter the number value (If a process must wait, then enter a value of 0) First Fit: Hole selection for 212: Hole selection for 417: Hole selection for 112: Hole selection for 426:
Best Fit: Hole selection for 212: Hole selection for 417: Hole selection for 112: Hole selection for 426: Worst Fit: Hole selection for 212: Hole selection for 417: Hole selection for 112: Hole selection for 426:
QUESTION 2 After completing the previous question, which algorithm makes the most efficient use of memory? O a. Worst Fit O b. First Fit Best Fit
QUESTION 1 Given the following memory partitions of 100 KB, 500 KB, 200 KB, 300 KB and 600 KB (in order), how would each
-
- Posts: 43759
- Joined: Sat Aug 07, 2021 7:38 am