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

SymbolWhat it stands for
YOutput HIGH if at least one input HIGH
A, BBinary inputs

When to use this

Inclusive OR; 1+1 = 1 in Boolean OR.