InterviewSolution
Saved Bookmarks
| 1. |
A bitmap is _______(a) An array of bits(b) An index of bits(c) A function mapping all the bits of data(d) None of the mentioned |
|
Answer» The correct answer is (a) An array of bits Easiest explanation: A bitmap is simply an array of bits. A bitmap can be used for various purposes such as bitmap indexing. |
|