answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How many inputs possible in AND gate?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many inputs can a gate have?

102899


What is an OR gate?

An OR gate is a digital logic gate. If one or both of the inputs to the gate are "1", then the ouput of the gate will be "1" . If both of the inputs to the gate are "0" then the output of the gate will be "0".


What does an ore do?

An OR gate is a digital logic gate. If one or both of the inputs to the gate are "1", then the ouput of the gate will be "1" . If both of the inputs to the gate are "0" then the output of the gate will be "0".


What is a AND gate in physics?

An AND gate is a digital logic gate. Only if both of the inputs to the gate are "1", then the ouput of the gate will be "1" . If both of the inputs to the gate are "0" or if only one input to the gate is "1", then the output of the gate will be "0".


How many input take OR Gate?

It depends on the OR gate. Typically, there are two, three or four inputs, but sometimes there are more.


What is a four input and gate?

A four input and gate is a logic gate with four inputs. The output is true only when all four inputs are true.


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 does an OR gate do?

A: A gate any gate make logical decisions to pass or not to pass a true or a false. Since a gate must have two inputs to be called a gate for an OR gate any true '1' signal will pass trough which is opposite to an AND where any false '0' will pass trough


How are unused OR gate inputs terminated?

The OR gate gets connected to Ground.


What is Logic diagram of multiplexer using nand gate?

many inputs one outputs


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

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


What is a xor gate?

An XOR gate is an Exclusive OR gate. The output is 1 if either one or the other inputs are 1. but remains at 0 if both inputs are 1.A normal OR gate will output 1 if both inputs or either is at 1.XOR means exclusivly OR, one or the other but not both.