NOR

Inputs

PinTypeDescription
AbitFirst input signal
BbitSecond input signal

Outputs

PinTypeDescription
Qbit1 only when A=0 and B=0

How It Works

NOR outputs 1 only when both inputs are 0. It is the negation of OR. Like NAND, it is a universal gate — all other logic functions can be built from NOR gates alone.

Truth Table

ABQ
001
010
100
110

Usage

Two NOR gates cross-connected form an RS latch, which is the foundation of Level 10 (SR Latch).