Construct a file allocation table and diagram for:
Contiguous Allocation - File A 12 blocks, File B 3 Blocks, File C,17 Blocks, file D 4 blocks, file E 1 block.
Assume:
Each file already includes its index block.
Disk drive with 50 blocks.
Following is the FAT table for the block.

As the allocation algorithm is contiguous thus we can put the
files as soon as we get them in the memory.
So above is the solution for putting the files into the memory.
Thanks
Construct a file allocation table and diagram for: Contiguous Allocation - File A 12 blocks, File...