InterviewSolution
Saved Bookmarks
| 1. |
Contiguous allocation has two problems _________ and _________ that linked allocation solves.(a) external – fragmentation & size – declaration(b) internal – fragmentation & external – fragmentation(c) size – declaration & internal – fragmentation(d) memory – allocation & size – declarationI had been asked this question in final exam.This key question is from File System Implementation in portion File Systems and their Implementation of Operating System |
|
Answer» Right choice is (a) external – FRAGMENTATION & SIZE – declaration |
|