From WikiChip
or gate
Revision as of 02:57, 25 March 2014 by 65.78.114.251 (talk) (Created page with "{{logic gates}} The '''OR gate''', is a basic logic gate that implements logical disjunction. ==Functionality== The OR gate outputs a HIGH if at least one of its inpu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Logic gates

Basic gates

Compound gates

Other topics

v · d · e

The OR gate, is a basic logic gate that implements logical disjunction.

Functionality

The OR gate outputs a HIGH if at least one of its inputs is HIGH; otherwise it outputs a LOW. The OR gate can be expressed as \( Q = A \lor B = A + B \).

OR Gate
A B Q
0 0 0
0 1 1
1 0 1
1 1 1