About
A Logic Gate is a device that:
- implements a boolean function (true or false)
- and therefore implement binary operations.
It has:
Articles Related
Type
NAND
When both of the NAND gates inputs are on, the output is off. Otherwise, the output is on.
See NAND Gate
And, Or, Xor
See Simple CPU