The Logic NOR Function
Like the previous NAND Gate, the NOR or “Not OR” Gate is also a combination of two separate functions connected together to form a single logic gate function. The OR function and the NOT function are connected together in series with its operation given by the Boolean expression as, A + B
Switch Representation of the NOR Function
NOR Function Truth Table
Switch A | Switch B | Output | Description |
0 | 0 | 1 | Both A and B are open, lamp ON |
0 | 1 | 0 | A is open and B is closed, lamp OFF |
1 | 0 | 0 | A is closed and B is open, lamp OFF |
1 | 1 | 0 | A is closed and B is closed, lamp OFF |
Boolean Expression (A OR B) | A + B |
Logic NOR Gates are available as standard i.c. packages such as the TTL 74LS02 Quadruple 2-input NOR Gate, the TTL 74LS27 Triple 3-input NOR Gate or the 74LS260 Dual 5-input NOR Gate.