answersLogoWhite

0

12

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How many minimum NOR gates is required to implement NAND gate?

A 2 input NAND gate requires 4 NOR gates.A 3 input NAND gate requires 5 NOR gates.A 4 input NAND gate requires 6 NOR gates.etc.


Can nand be inhibitted or disabled?

I suppose so. If a three input NAND is used as a two input device, the third input can be viewed as an inhibit input. Also some NAND devices can be "3 stated" where the output goes to a high impedance.


Give two ways of converting a two input NAND gate to an inverter?

Short both the inputs, if '0' is given as the input output will be '1' and if '1' is given as a input the output will be '0'


Why XOR and XNOR gate is not known as universal gates?

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).


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 NAND gate works?

A: NAND implies not and to be true both input must be hi or true <> There are two flavors of NAND gate. The positive input/negative output NAND will have a low output if and only if both inputs are high. The negative input/positive output NAND will have a high output if and only if both inputs are low.


What is a binary flip flop?

A binary flip flop is a collection of 4 NAND gates arranged in specific circuit to allow it preserve state. The first two NAND gates use an external voltage as their first input and themselves as their second input; where as the second set of NAND gates use the first pair of gates output as their first input, and themselves as their second input.


The OR gate can be converted to the NAND function by adding which gate to the input of the OR gate?

NOT Gate


What is 7400 ic?

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


Minimum number of nand gates required to implement a 2-input exclusiveor?

4


What is mean IC 7400?

The 7400, and its variations, is a quad two input 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.