Monday, March 5, 2007

Logic



This is an example of a logic gate that represents one or the other. When one input is on it works, and vica versa. When both imputs are turned on the output is 0. The NOT gate turns the output into the opposite of when it was just a XOR gate.

1 comment:

Bharat said...

Yes, this kind of circuit is a simple example of parity checker-it returns 1 when both bits are the same (in other words if both bits have same parity)and 0 otherwise.

--Bharat