Logic Gates
Basic
truth tables from wikipedia
And Gate: output is one only when both inputs are one
Or Gate: output is one when either 1 or both inputs are 1
Inverted
Nand Gate: output is one unless both inputs are oneNor Gate: output is only 1 when no inputs are 1
Combined
Xor Gate: output is one when only one input is one ---- used for addition
Comments
Post a Comment