retagged by
776 views

2 Answers

1 votes
1 votes
Option $C$ Next Fit algo seems to be the right choice since we want to maximize the use of the spatial locality concept.

In Next Fit Algo we start searching from the last filled block, which increases the chances of finding a suitable block near the previously allocated block.

Therefore Option $C$ is correct.
edited by

Related questions

0 votes
0 votes
1 answer
1
Ramayya asked Jan 7
274 views
Any attempt by a process to access memory allocated to OS or process of other results intoTrap to OSContext SwitchingPage faultInvocation to Scheduler Despatch
0 votes
0 votes
1 answer
3
Ramayya asked Jan 7
283 views
State whether true or false:Virtualization facilitates multiple OS simultaneously on the same hardwareIn dual boot, multiple OS can run simultaneously(i) True (ii) False(...
0 votes
0 votes
2 answers
4
Ramayya asked Jan 7
477 views
In a producer-consumer scenario, also known as Bounded-Buffer problem, what would be the most appropriate synchronization primitive to ensure that the consumer waits when...