Digital Logic Gates
The NOR Gate
- The NOR gate is an improved logic element used for implementing decision-making
logic functions.
- The term NOR is a contraction for the expression NOT-OR.
- The NOR gate combines the functions of the NOT and OR gates.
- The output expression is the inverted OR function.
- The Standard Digital Logic symbol for the NOR gate:
![[nor1.gif]](images/nor1.gif)
- The Boolean expression for the NOR gate above is
. The expression is read as E equals NOT C OR D
or E equals C OR D NOT.
- A common truth Table for the NOR gate: