518 B
518 B
| categories | tags | |||||
|---|---|---|---|---|---|---|
|
|
OR gate
OR(in logic known as disjunction) in its non-exclusive form istrueif either of its propositions aretrueor both aretrue. It isfalseotherwise.
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
