If A = 10100110, B is the mask, and C = 10101111, which of the following items is correct so that C = A X B? Note that X is a logic operator.
A: B= 00001111, X= OR
B: B= 00001101, X= XOR
C: B= 01011000, X= XOR
D: B= 11111111, X = AND
A: B= 00001111, X= OR
B: B= 00001101, X= XOR
C: B= 01011000, X= XOR
D: B= 11111111, X = AND
举一反三
- If A = (10100110)2, B is the mask, and C = (11111110)2, which of the following items is correct so that C = A X B? Note that X is a logic operator. A: B=11111100, X =AND B: B=01100000, X=XOR C: B=00000111, X=AND D: B=11111000, X=OR
- Which is the correct operator for power(Xy)? ( ) A: X^^y B: X^y C: None of the mentioned D: X**y
- Which is the correct operator for power(Xy)? ( ) A: X^y B: Xy C: X^^y D: None of the mentioned
- The expression X = A + B means A: A OR B B: A AND B C: A XOR B D: A XNOR B
- 已知[X]原=10100110,其[X]补=() A: 10100110 B: 01001001 C: 11011010 D: 00100101