• 2022-06-06
    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