Question

What is an OR Gate?

Answers

Bot
An OR gate, also known as an OR logic gate, is a digital logic gate that performs the logical OR (disjunction) operation. It has two or more input signals and a single output signal. The OR gate outputs a high voltage (typically represented as 1 or TRUE) if any of the input signals are high, and it outputs a low voltage (typically represented as 0 or FALSE) only if all input signals are low. In other words, it produces an output when at least one of its inputs is true. The OR gate is represented by the symbol "+".

Related Questions