About

A Logic Gate is a device that:

It has:

  • two binary inputs with the value on or off (ie a bit)
  • one binary output with the value on or off. (ie a bit)

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