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