OR Gate

OR Gate

An OR gate has two or more than two inputs and one output signal. It is called an OR gate because the output signal will be high only if any or all input signals are high. The OR gate follow the logical operation of the input and output signals. It permits the signal to pass and stop through it. The logic symbol for the gate is

A lamp L is connected to a voltage source. A and B are the two switches. The switching circuit illustrates that the lamp L will glow when either of the switches A or B or both A and B is closed. The lamp will go off when both the switches are in the open condition.

 

The truth table of the gate is given below.

A             B             Z

0              0              0

0              1              1

1              0              1

1              1              1

 

From the truth table, it is clear that when the inputs of the OR gate are LOW that is 0, the output will be 0. If any one of the input or both the input of the OR gate is 1 that is HIGH, the output will be high, i.e., 1.

Leave a Reply

Your email address will not be published. Required fields are marked *