When performing a Boolean AND between the octets 10010111 an
When performing a Boolean AND between the octets 10010111 and 11111000, what is the outcome?
A. 00000111
B. 11111000
C. 10011000
D. 10010000
Solution
D is correct. When performing a Boolean AND between both octets, put one above the other and simply multiply each pair. The result is 10010000.
A, B, and C are incorrect. These answers do not match the Boolean AND result.
