Wednesday, March 7, 2007

Logic Gate 2


This is the second logic gate for Lab 6. It includes two switches, A and B. Both are connected to an AND which is connected to a NOT to the first output. Then the Opposites of A and B (A' and B')(also known as the NOTS of A and B) are connected to an OR. Truth Table:







AB¬A¬BA+B¬A+¬BA∧B¬(A∧B)
00110101
01101101
10011101
11001010
It can be plainly seen that ¬A+¬B = ¬(A∧B) showing that De Morgan's Law is true.

No comments: