Computer Science - Operating Systems Concepts - Discussion
Discussion Forum : Operating Systems Concepts - Section 3 (Q.No. 1)
1.
In which of the storage placement strategies a program is placed in the largest available hole in the main memory?
Discussion:
1 comments Page 1 of 1.
Nitish cusat said:
1 decade ago
Best fit - fit processes into holes of exact size with little size diffrence allowed.
First fit- fit the processes according to the first block to last based on size.
Worst fit - smallest process into biggest hole.
Buddy - dividing the block into buddies (blocks of similar size of the order 2^n).
First fit- fit the processes according to the first block to last based on size.
Worst fit - smallest process into biggest hole.
Buddy - dividing the block into buddies (blocks of similar size of the order 2^n).
(1)
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers