Computer Science, asked by LohithaDarisi7751, 9 months ago

Advantages of contiguous memory allocation

Answers

Answered by Zisha7
0

Answer:

In the contiguous allocation, sequential and direct access both are supported. For the direct access, the starting address of the kth block is given and further blocks are obtained by b+K, This is very fast and the number of seeks is minimal in the contiguous allocation method.

Answered by riddhi12328
0

Answer:

1. It supports fast sequential and direct access

2. It provides a good performance

3. the number of disk seek required is minimal

Similar questions