how free-space is managed using bit vector


How free-space is managed using bit vector implementation?

The free-space list is implemented as a bit map or bit vector. Each block is shown by 1 bit. If the block is free, the bit is 1; if the block is allocated, the bit is 0.

 

Request for Solution File

Ask an Expert for Answer!!
Operating System: how free-space is managed using bit vector
Reference No:- TGS0292987

Expected delivery within 24 Hours