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