Multiple choice

Which of the following allocation methods of disk space is the one which requires a file to occupy contiguous blocks on the disk and because of this constraint, disk access time is reduced?

  1. Linked allocation

  2. Indexed allocation

  3. Contiguous allocation

  4. Fixed allocation

  5. Variable allocation

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This allocation method of disk space is the one which requires a file to occupy contiguous blocks on the disk and because of this constraint, disk access time is reduced.