1.
Assuming A equals the binary value 10101010 and B equals thebinary value 11110000, the result of the bitwise-OR of A with Bis?
Just enter the 8-bit binary number that represents the result ofthe operation. Do not add any spaces, decimal points, commas, orbase-2 subscript. Do not delete leading zeros.
2.
Assuming A equals the binary value 10101010 and B equals thebinary value 11110000, the result of the bitwise-XOR of A with Bis?
Just enter the 8-bit binary number that represents the result ofthe operation. Do not add any spaces, decimal points, commas, orbase-2 subscript. Do not delete leading zeros.
3.
Assuming A equals the binary value 11110000, the result of thebitwise inverse of A is?
Just enter the 8-bit binary number that represents the result ofthe operation. Do not add any spaces, decimal points, commas, orbase-2 subscript. Do not delete leading zeros.