Question
Which contiguous-allocation strategy selects the first free hole large enough for a process?
Select an option. Your answer will be checked instantly.
Correct Answer: B. First fit
Explanation:
First fit scans memory and uses the earliest hole that satisfies the request.
It often performs faster than strategies that search all holes.
Leave a Reply