Multiple choice

_____ allocation is a disk-based version of linked list.

  1. Chained

  2. Non-chained

  3. Clustered

  4. None of these

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

Chained allocation is a method where each block contains a pointer to the next block in the file, effectively functioning like a linked list stored on the disk.