Kavya TKnowledge Contributor
In which of the storage placement strategies a program is placed in the smallest available hole in the main memory?
In which of the storage placement strategies a program is placed in the smallest available hole in the main memory?
Best Fit algorithm allocates the smallest available hole to the process, worst Fit allocates the biggest hole to the process, and First fir allocates the first hole