Question: 21
(Choose 1 answer)
To un-set (force to 0) all the bits of a bit pattern, we
A. make a mask of all Os and then AND the bit pattern and the mask.
B. make a mask exactly the same as the bit pattern and then XOR the bit pattern and the mask.
C. Both a and b are correct
D. Both a and b are incorrect