Which of the following is not a disadvantage of bit array?

Q & ACategory: Data StructureWhich of the following is not a disadvantage of bit array?
Admin Staff asked 4 years ago

Which of the following is not a disadvantage of bit array?
a) Without compression, they might become sparse
b) Accessing individual bits is expensive
c) Compressing bit array to byte/word array, the machine also has to support byte/word addressing
d) Storing and Manipulating in the register set for long periods of time

1 Answers
Admin Staff answered 4 years ago

d) Storing and Manipulating in the register set for long periods of time