CACS251 Operating System

Operating SystemTU Board 2023

Given memory partitions of 200k, 600k, 300k, 400k, and 700k (in order), how would each of the First fit, Best fit, and Worst fit algorithms place processes of 315k, 527k, 202k, and 548k (in order)?…

5

Given memory partitions of 200k, 600k, 300k, 400k, and 700k (in order), how would each of the First-fit, Best-fit, and Worst-fit algorithms place processes of 315k, 527k, 202k, and 548k (in order)? Which algorithm makes the most efficient use of memory?

A worked answer is on its wayMeanwhile, read the Operating System notes for this topic.

Discussion

Loading…

More Operating System questions

All Operating System old questions