Content deleted Content added
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 17:
* [[AND gate|AND]] or [[Logical conjunction|conjunction]] - ("both")
*[[also known as logical multiplication executes as when any one of the input is low then the output is low and if both inputs are high then only output is high.]]
* [[OR gate|OR]] or [[Logical disjunction|disjunction]] - true when any input is true ("either")
*[[also known as logical addition executes when any one of the input is high then only output is high otherwise low.]]
* [[XOR gate|XOR]] or [[Exclusive or|exclusive disjunction]] - true when one of its inputs is true and the other is false ("not equal")
|