Logic Gates¶
Normal logic behind the gates. Where 1 = TRUE | True | true 0 = FALSE | False | false
OR¶
X Y AND(X,Y)
0 0 0 0 1 1 1 0 1 1 1 1
https://www.electronics-tutorials.ws/logic/logic_3.html
AND¶
X Y AND(X,Y)
0 0 0 0 1 0 1 0 0 1 1 1
XOR¶
NAND¶
/logic_gates.png
Image Source: https://study.com/academy/lesson/nand-nor-xor-logic-gates.html