In which allocation method does the user size the file before creating the file?
2023
In which allocation method does the user size the file before creating the file?
- A.
Contiguous
- B.
Linked
- C.
Indexed
- D.
None of the these
Attempted by 85 students.
Show answer & explanation
Correct answer: A
Answer: (a) Contiguous
Explanation: In the contiguous allocation method, the user has to give the size of the file before creating the file so that the operating system can give contiguous blocks in the disk-based on the size of that file.