Multiple choice _____ allocation is a disk-based version of linked list. Chained Non-chained Clustered 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.