Mark True or False for each statement below. 1. In contiguou…
Mark True or False for each statement below. 1. In contiguous file allocation, files are stored in sequential order on the drive, which can lead to fragmentation issues. [1]2. Linked list allocation is efficient for random access because each block contains a pointer to the next. [2]3. File Allocation Table (FAT) is an example of chained table allocation, where the linked list of blocks is stored in memory to reduce disk access. [3]4. Indexed allocation uses an index block containing pointers to each file block, which allows more flexibility in file size than a single pointer. [4]5. Multi-level indexed allocation combines direct and indirect blocks, allowing for larger maximum file sizes compared to a single-level index. [5]
Read Details