InterviewSolution
Saved Bookmarks
| 1. |
When in contiguous allocation the space cannot be extended easily?(a) the contents of the file have to be copied to a new space, a larger hole(b) the file gets destroyed(c) the file will get formatted and lost all its data(d) none of the mentionedThe question was posed to me in final exam.Origin of the question is File System Implementation in division File Systems and their Implementation of Operating System |
|
Answer» Correct option is (a) the contents of the FILE have to be copied to a new space, a larger hole |
|