A | B | A⊕B | ¬A⊕B |
0 | 0 | 0 | 1 |
0 | 1 | 1 | 0 |
1 | 0 | 1 | 0 |
1 | 1 | 0 | 1 |
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:
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.
Subscribe to:
Post Comments (Atom)
1 comment:
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
Post a Comment