Question
In linked file allocation, how is the next block of a file located?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Each file block contains a pointer to the next block
Explanation:
Linked allocation forms a chain of blocks that may be scattered across the disk.
It avoids external fragmentation but provides poor direct access and pointer overhead.
Leave a Reply