Vidyalelo
Data Structure · Q60

Arrays in Data Structures

Programming · Data Structure · question 60

Q60

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board