Computer Science, asked by SumitBattan2182, 8 months ago

Difference between contiguous allocation and indexed allocation

Answers

Answered by prithivisingh32
0

Answer:

Indexed Allocation With the contiguous allocation method, a user must indicate the file size before creating the file. ... It contains the initial disk address of this file and the number of disk blocks. Therefore, if the initial address is b and the number of blocks is n, the file will occupy blocks b, b+1, b+2, …, b+n-1.

Similar questions