Computer Science, asked by pankajverma2745, 1 year ago

Explain the methods for free space management in file.

Answers

Answered by Mjmanny
0
Bitmap. This technique is used to implement the free space management. When the free space is implemented as the bitmap or bit vector then each block of the disk is represented by a bit. When the block is free its bit is set to 1 and when the block is allocated the bit is set to 0
Similar questions