Thursday, March 8, 2007

logic gates


this particular logic gate starts out with two switches, an xor and an output. It then has added to it a not, which reverses the origanal output.







ABoutputNot
10 1 0
11 0 1
01 1 0
00 0 1

1 comment:

Bharat said...

True-this is a parity checker-as it returns 1 when both input bits are the same or have the same parity.

--Bharat