Wednesday, March 7, 2007

Logic Gate 1

Here is the first logic gate for Lab 6. It includes 2 switches a XOR, a NOT, ending with an output. Truth Table:






ABA⊕B¬A⊕B
0001
0110
1010
1101
This circuit contains the exclusive or (XOR) which works the same way as a normal or (the output is one if either switch is activated) however the XOR does not produce an output if both A and B are active.

1 comment:

Bharat said...

Please note that "not producing an output" is different from "producing 0 as output" -I think you mean the latter.
Not producing an output with an electronic circuit usually means some sort of malfunction or an output beyond the possible range.

--Bharat