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





Discover More
Booelan Logic Hair
Boolean - (Logical) Operator (OR, AND, XOR, )

Boolean operator manipultes truthy and falsy values that can come from: a Boolean value the interpretation of a non-boolean value (ie javascript (truthy/falsy)) or the result of a comparison expression....
74hc00 Circuit
Chip - Integrated circuit (IC) - microchip

A chip is a set of electronic circuits on one small flat piece (the ''chip“) of semiconductor material, normally silicon. A chip is also known as: Integrated circuit microchip monolithic integrated...
74hc00 Circuit
Computer - Device

A device is any machine or component that can perform an operation. It is built upon logic gates and therefore only (accept|understand) a series of 0 and 1. The first device was a transistor. ...
Card Puncher Data Processing
Computer Language

A programming language is a interface to the control of a CPU effectively controlling a computer. A language is a (possibly infinite) set of string all of which choose their symbols from some one alphabet....
Card Puncher Data Processing
Computer System

A computer is a device of device controlled by a special device called a CPU. It consists then of: at least a processor (CPU), a memory device where: primary storage holds data only temporarily,...
Card Puncher Data Processing
Instruction (Machine Language)

A machine instruction is a unique bit string that a device can identify and execute. An Instruction refers generally to the words of the language understood by the CPU but other device (such as the GPU...
Card Puncher Data Processing
Instruction - Execution (Execution environment)

A execution environment is an environment that provides the facility to make instruction executable. It's a sort of context at the computer device level. Execution is the third step in a instruction...
74hc00 Circuit
NAND Gate

A nand gate is a logic gate that shows the following behavior. When both of the inputs are on, the output is off. Otherwise, the output is on. NAND
Card Puncher Data Processing
Software Design - Abstraction Layer

Abstraction is a technique for hiding complexity that is irrelevant to the targeted user (ie targeted business domain). A designer should not know which electrons flow in the wire to defined its color....



Share this page:
Follow us:
Task Runner