Or gates
OR gates
An OR gate has two inputs and one output. It is similar to an AND gate, except that the output obeys different rules.The two inputs can each have values 0 or 1.
The state of the inputs controls the state of the output. The output value is 1 if either (or both) inputs are 1, otherwise it is 0. It is called an OR gate because the output will be 1 if input A OR input B is one.
Comments
Post a Comment