Question
Which file-allocation method stores a file in consecutive disk blocks?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Contiguous allocation
Explanation:
Contiguous allocation records a starting block and length for a run of adjacent blocks.
It provides fast sequential and direct access but makes growth and external fragmentation difficult.
Leave a Reply