0
2.8kviews
Discuss partition selection algorithm in brief.

Give memory partition of 150k, 500k, 200k, 300k & 550k (in order), how would each of the first fit, best fit and worst fit algorithm place the processes of 220k, 430k, 110k & 425k (in order). Which algorithm makes the most efficient use of memory?


Subject: Operating System

Topic: MEMORY MANAGEMENT

Difficulty: Hard

1 Answer
0
65views

Given memory partition: 150k, 500k, 200k, 300k & 550k (in order)

Process requiring spacing

220k, 430k, 110k & 425k (in order)

1. First Fit

(a)

enter image description here

The first process arrives with the requirement of 200k memory. As we search through the memory partition. The first partition which would fit in the …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.