InterviewSolution
Saved Bookmarks
| 1. |
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 timeThis interesting question is from Bit Array in portion Arrays Types of Data Structures & Algorithms II had been asked this question in quiz. |
|
Answer» The correct choice is (d) Storing and Manipulating in the register set for long PERIODS of time |
|