What is the difference between first fit worst fit and best fit ?Which is better? Why?
Answers
Answered by
0
FIRST FIT (FF) A resource allocation scheme (usually for memory). First Fit fits data into memory by scanning from the beginning of available memory to the end, until the first free space which is at least big enough to accept the data is found.This space is then allocated to the data.Any left over becomes a smaller, separate free space. If the data to be allocated is bigger than the biggest free space, the request cannot be met, and an error is generated.
Similar questions
Social Sciences,
6 months ago
Science,
6 months ago
Math,
6 months ago
Political Science,
1 year ago
Science,
1 year ago
English,
1 year ago
Math,
1 year ago