Digital Logic Gates
The OR Gate
- TheStandard Digital symbol for the OR gate is:
![[or1.gif]](images/or1.gif)
- An OR gate can have 2 or more inputs and a single output.
- A plus sign (+) is used to signify the logical OR function.
- The output for thr OR gate pictured is R = L+N. This is read as, R equals L OR N.
- The OR gate output is binary 1 if any one or all of the inputs are binary 1.
- The OR gate output is binary 0 only when all inputs are binary 0.
- A common Truth Table for the OR gate: