MCQOPTIONS
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 time |
| Answer» E. | |