InterviewSolution
Saved Bookmarks
| 1. |
Intersection of the bitmaps is done by(a) Logical AND(b) Logical OR(c) Logical NOT(d) Logical NOR |
|
Answer» Correct answer is (a) Logical AND The explanation: The intersection of the bitmaps is done by the logical AND operation. This is similar to the binary set intersection operation which is done by the logical AND operation. |
|