Device - Logic Gate (Nand, And, Or, Xor, )

74hc00 Circuit

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

Task Runner