answersLogoWhite

0

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

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

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.


What is ic no nand gate?

74ls00 is the ic no. Of nand gate


Which logic gate is equivalent to bubbled NAND?

nand gate


How many min NAND gate is used to make one EX-OR gate?

4


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.


How do you draw Nand gates to function to like an And gate?

pass the inputs through an nand gate and again pass them through inverter,which is again formed by an nand gate


Which gate is equivalent to bubbled AND gate?

nand gate


What is universal logic gate?

universal logic gate is a gate using which you can make all the logic gates there are two such gates NOR gate and NAND gate


When is that the NA ND logic gate can function as a NOT logic gate?

The NAND gate has two or more inputs, and one output. This output is the complement of the AND of all the bits and will only be 0 if all the inputs are 1.A NOT gate on the other hand has only 1 input, and the output is the complement of this input.So to make a NAND gate into a NOT gate, we should tie (short, connect to same value) all the inputs of the NAND gate. At the output we would have the complement of the signal given at the tied inputs.This way we have a NOT gate from a NAND gate.