File allocationDifferent types of strategies followed to store a file on disc

There are 3 types of file allocations discussed in this section.

In sequential allocation, a file is allocated in contagious blocks ......

SIMULATE sequential

In indexed allocation, Each file has its own index block which stores the addresses of disk space occupied by the file .....

SIMULATE Indexed

In linked allocation, each file is a linked list of disk blocks .....

SIMULATE Linked