Computing a XOR
Short answerCompute the bitwise exclusive OR (XOR) of the two following binary values:
1011 XOR 0110 = ?
Write only the result in binary (4 bits).
Compute the bitwise exclusive OR (XOR) of the two following binary values:
1011 XOR 0110 = ?
Write only the result in binary (4 bits).