518 B
518 B
categories | tags | |||||
---|---|---|---|---|---|---|
|
|
OR gate
OR
(in logic known as disjunction) in its non-exclusive form istrue
if either of its propositions aretrue
or both aretrue
. It isfalse
otherwise.
p q p v q
_ _ _____
t t t
t f t
f t t
f f f
TO DO: Add circuit diagram for OR gate