Friday, March 30, 2007

Thursday, March 8, 2007

De Morgan's law logic gate



This logic gate simulation is more complex than the last one. There are still only two switches but there are now two outputs, two NOT gates, a NAND, and there is an or. this simulation is used to prove DeMorgan's law.







ABNANDOutput 1NOT ANOT BOROutput 2
00111111
10110111
11000000
01111011

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