2-A input gate produces a HIGH output only when the inputs agree. This type of gate is a(n)
OR gate
AND gate
NOR gate
XNOR gate
Answers
Explanation:
The output of an AND gate is HIGH only when all inputs are HIGH. The output of a NAND gate is HIGH whenever one or more inputs are LOW. The output of a NOR gate is LOW whenever one or more inputs are HIGH. The output of an XOR gate is HIGH whenever the two inputs are different.
Answer:
The correct answer is : AND gate
Explanation:
The gate that produces a HIGH output only when the inputs agree is an AND gate.
An AND gate produces a HIGH output when both of its inputs are HIGH. The output of the gate will be LOW if either of the inputs is LOW. Therefore, an AND gate requires both inputs to agree in order to produce a HIGH output.
OR gate, on the other hand, produces a HIGH output when at least one of its inputs is HIGH. NOR gate produces a LOW output only when both inputs are HIGH. XNOR gate produces a HIGH output only when both inputs are the same (either both HIGH or both LOW), and a LOW output otherwise.
To learn more about OR Gate, visit:
https://brainly.in/question/35730951
To learn more about AND Gate, visit:
https://brainly.in/question/22128678
#SPJ3