Login
Remember
Register
Ask a Question
Define the term Bit-Vector?
0
votes
asked
Sep 16, 2023
in
Operating System
by
rajeshsharma
Define the term Bit-Vector?
bit-vector
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 16, 2023
by
rajeshsharma
A Bitmap or Bit Vector is a series or collection of bits where each bit corresponds to a disk block. The bit can take two values: 0 and 1: 0 indicates that the block is allocated and 1 indicates a free block.
...