answersLogoWhite

0

All other logic gates can be made using XOR and XNOR, but to get NOT, you need to do (input) XOR 1 or (input) XNOR 0, but with NAND, you don't need 1: (input) NAND (input).

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Why XOR gate and XNOR gate are not universial gate?

xor and xnor gates are derived from not gate


What is an XNOR gate?

An XNOR gate is a logic gate performing a Boolean logic XNOR operation, also known as an equivalence gate.


What are the Advantage of universal gate?

THE MAIN ADVANTAGE OF THE UNIVERSAL LOGIC GATES IS THAT IT CAN BE USED TO MADE ANT KIND OF LOGIC GATE .......BY USING IT . NAND AND NOR ARE CALLED AS UNIVERSAL GATES ARE USED TO MAKE ANY GAATES AS OR ,AND, XNOR,NOT. logic gates are used in many everyday electronic devices such as tv's, computers and telephones.


What Are The Advantages Of Universal Gates?

THE MAIN ADVANTAGE OF THE UNIVERSAL LOGIC GATES IS THAT IT CAN BE USED TO MADE ANT KIND OF LOGIC GATE .......BY USING IT . NAND AND NOR ARE CALLED AS UNIVERSAL GATES ARE USED TO MAKE ANY GAATES AS OR ,AND, XNOR,NOT. logic gates are used in many everyday electronic devices such as tv's, computers and telephones.


What are the advantages of universal logic gates?

THE MAIN ADVANTAGE OF THE UNIVERSAL LOGIC GATES IS THAT IT CAN BE USED TO MADE ANT KIND OF LOGIC GATE .......BY USING IT . NAND AND NOR ARE CALLED AS UNIVERSAL GATES ARE USED TO MAKE ANY GAATES AS OR ,AND, XNOR,NOT. logic gates are used in many everyday electronic devices such as tv's, computers and telephones.


Symbol of universal gate?

The two categories for logic gates are basic logic gates and universal gates. Gates are identified by their function and universal gates are identified as NAND gate or NOR gate.


What is the definition of universal gate?

universal gates are the ones from which we can design other gates also. for eg. NAND and NOR gates. they help in forming the uniformity in the circuits.


Is not a universal gate?

NOT gate is not an universal gate.NAND & NOR are called universal gates.


Why are NAND and NOR gates known as universal gates?

Because you can build any other type of gate from them.


Is xor gate is a universal gate?

No, XOR gate is a not a universal gate. There are basically two universal gates NAND and NOR.


What is universal gates?

Any logic gate from which all other logic gate functions can be derived. The two universal gates are NAND and NOR.


How do you construct other logic gates from nand gate?

NAND gates are universal gates and can be used to construct any of the logic gates (AND, OR, NOT, NOR, XOR, XNOR). The easiest way to figure this out is to use basic Boolean Laws. For instance, to create a NOT gate (A'), tie one of the NAND gate's input to logic high: (A+1)' = A'. To create an AND gate (AxB), use two NANDs in series, with the second one configured as an inverter: (AxB) = ((AxB)')'