answersLogoWhite

0


Best Answer

The gate is called EXNOR gate.

its output is high when only one input is high.

the Boolean expression for this gate for two inputs A and B is AB+A'B'

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: A gate has a LOW output when only one of its inputs is HIGH What type of inverting gate is it?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When is the output of AND gate HIGH?

When all inputs are HIGH.


WHY on making both the inputs high in the AND Gate the output becomes high?

The output of the AND gate is high when both inputs are high because that is the definition of an AND gate. (Ouput is true ONLY WHEN Input A AND Input B are true.)


What is the gate used to get high output when all the inputs are low?

A NOR gate


Which IC digital gates requires a high on both inputs to output a high?

An AND gate


How can you replace a NOT function by using NAND gate?

Short the inputs together. Logic: A High input, with the inputs shorted together, will be H+H at the input side of the NAND gate, therefore resulting in a low output. A Low input, with both inputs shorted together, is L+L for inputs, resulting in a High output. Also, a NOR gate can be used in exactly the same way.


Which logic gate have output high if and only if all inputs are low?

A nor gate provides an output of 0 when any input is 1.Nor gate provides the opposite of or gate. An or gate provides a 1 or true output when any of the inputs is 1 or true. Therefore the opposite output would be provided by a nor gate.


What is the application of ice?

It's a "quad, 2 input nor gate". To understand the significance of a "nor" gate, you need to understand a little about digital logic. An "or" gate takes 2 or more digital inputs and if either is "on", the output will be on. (asserted high). A "nor" gate inverts the output of the "or" gate, meaning that when either of the outputs are "on", the output will be "off" (asserted low). The two input part of the description just indicates that it only accepts two inputs. So, simply stated: If either (or both) input(s) of a quad, 2 input nor gate is (are) asserted high, the output will be low. If both inputs are off (low), the output will be high.


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 the application of IC 4001?

It's a "quad, 2 input nor gate". To understand the significance of a "nor" gate, you need to understand a little about digital logic. An "or" gate takes 2 or more digital inputs and if either is "on", the output will be on. (asserted high). A "nor" gate inverts the output of the "or" gate, meaning that when either of the outputs are "on", the output will be "off" (asserted low). The two input part of the description just indicates that it only accepts two inputs. So, simply stated: If either (or both) input(s) of a quad, 2 input nor gate is (are) asserted high, the output will be low. If both inputs are off (low), the output will be high.


Which IC gates will have a low output if either of the inputs are high?

A 2-input NOR (Negative OR) Gate produces a low output when either input (or both) are high.


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.