Activity : Logical Functions
In these exercises,


A
is the binary number 11001011 and
B
is the binary number 10101110

 

What is A OR B ?
What is A AND B ?
What is A XOR B ?
What is NOT B ?
What is (NOT A) XOR (NOT B) ?

   Back