This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Well the logical XOR has the property of returning a true(1) only when the two binary inputs are Different :
I will use ^ for denoting logical XOR.
So,
As the inputs here are the same,
1 ^ 1 = 0