OR Gate: Boolean and Truth Table (Y = A OR B (logical OR, not arithmetic plus))
jee-mainneet-ug
Y = A OR B (logical OR, not arithmetic plus)
What each symbol means
| Symbol | What it stands for |
|---|---|
| Y | Output HIGH if at least one input HIGH |
| A, B | Binary inputs |
When to use this
Inclusive OR; 1+1 = 1 in Boolean OR.