1.

For any type of access, contiguous allocation requires ______ access to get a disk block.(a) only one(b) at least two(c) exactly two(d) none of the mentionedThis question was posed to me during an online interview.Origin of the question is File System Implementation in portion File Systems and their Implementation of Operating System

Answer»

The correct answer is (a) only one

Easy explanation - We can easily keep the initial address of the FILE in memory and calculate immediately the DISK address of the ith BLOCK and READ it DIRECTLY.



Discussion

No Comment Found

Related InterviewSolutions