answersLogoWhite

0

What is the full form of nand?

User Avatar

Anonymous

12y ago
Updated: 8/17/2019

This is a term from digital electronis referring to a Negated AND or NOT AND gate. A NAND gate is a logic gate that produces an output which is false only if all its inputs are true. Boolean functions are activated by use of NAND gates.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Minimum number of and gates required to form full and half adder?

9,to implement a half adder 5 nand gates and for a full adder,another xor gate is required consisting of 4 nand gates. thus a total of 9 nand gates are required for a full adder.


Can nand gate be connect with other nand gates to form the function of an or gate?

yes (a or b)' = a' and b' a or b = (a' and b')' a or b = a' nand b'


Minimum number of nand gates required to form full and half adder?

Check this link http://www.dumpt.com/img/viewer.php?file=bd6b3mqsa66fhr6c76l1.bmp


Full subtractor circuit using x-or gate?

To make a full subtractor, you need an XOR and a NAND gate.


How do you make a nand gate using xor gate?

XORing X with 1 gives X', i.e., NOT(X). If we are able to construct a NAND (AND) using XOR, we can also obtain AND (NAND) from it, which makes XOR a universal gate since inverted inputs to a NAND (AND) will give OR (NOR). However XOR is not a universal gate! Therefore we cannot obtain NAND (AND) using XOR. :-) By, Tirtha Sarathi Ghosh Class 10 IIT Kanpur Aspirant


What does NAND stand for in NAND flash?

Not And (electronic logic gate)


What is ic no nand gate?

74ls00 is the ic no. Of nand gate


When was Gyani Nand born?

Gyani Nand was born in 1943.


Which logic gate is equivalent to bubbled NAND?

nand gate


What about nand gate?

the not gate applied to and gate is nand gate


Design full adder using only nor gates?

12 NOR gates are required to implement full adder


Why do you design a full adder using OR gate?

You cannot design a full adder using only OR gates. You also need AND gates. Typically, this can be done with just NAND gates.