answersLogoWhite

0

What is a quad 2-input nand gate?

Updated: 12/13/2022
User Avatar

Wiki User

14y ago

Best Answer

A Quad 2-input NAND Gate is a computer chip. It contains four copies of a 3 terminal circuit that takes two logic inputs (0 5v) and outputs the NAND combination according to the table:

In A In B Out C

0 0 1

0 1 1

1 0 1

1 1 0

This happens to be the most fundamental of Boolean logic circuits in that it has been shown to be possible to build any desired logic circuit using only 2 input NAND gates. Indeed, one computer of the early days with which I am familiar - the Elliott / NCR 4100 - was in fact implemented using only NAND gates.This lemma is known as the Schmidt Orthogonality Principle.

The Quad 2 Input NAND Gate is also the first chip built of what has become the universal chip family used in building logic circuits since the late 1960's, in the form of the 7400 part from Texas Instruments. Accompanied on introduction by the 7402 (Quad 2 Inpout NOR Gate), 7404 (hex inverter), and several others. These are typically found as the 14 pin DIP (DUal In-line Package), a black plastic or ceramic part 0.3" wide and 0.8" long with 7 pins at 0.1" spacing on each side.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a quad 2-input nand gate?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you use 4input nand gate as 2input nand gate?

Tie 2 inputs together. Then tie the other 2 inputs together.


What is 7400 ic?

The 7400, and its variations, is a quad two input NAND gate.


What is mean IC 7400?

The 7400, and its variations, is a quad two input NAND gate.


What type of gate is the 74LS00?

The 74LS00 is a quad two input NAND gate with low power schottkey TTL implementation.


What about nand gate?

the not gate applied to and gate is nand gate


How can you replace end gate or gate and not gate with a nand gate?

when the two inputs are shorted, a NAND gate acts like a NOT gate. hence AND = NAND + NOT For OR gate, inverse both the inputs before connecting them to a NAND gate. So three NAND gates would be needed.


How can you make nand gate from and gate?

A nand gate can be made from an and gate by introducing an inverter at the output of the gate.


Which logic gate is equivalent to bubbled NAND?

nand gate


What is ic no nand gate?

74ls00 is the ic no. Of nand gate


How do you design a NOT gate using only NAND gate?

Connect the two inputs of the NAND gate together.


How will you convert AND gate from NAND?

A: A AND gate becomes a NAND when the output is merely negated or inverted


When is that the 'NAND' logic gate can function as a 'NOT' logic gate?

When the two input terminals of a NAND gate are short circuited, it acts as a NOT gate.