nor-gate
The NOR Gate: How It Built Apollo and Powers Modern Logic
TL;DR: The NOR gate outputs 1 only when all inputs are 0 (). Like NAND it is functionally complete — every Boolean function can be built from NOR alone. The...
A collection of 2 posts
TL;DR: The NOR gate outputs 1 only when all inputs are 0 (). Like NAND it is functionally complete — every Boolean function can be built from NOR alone. The...
TL;DR: The SR (Set-Reset) latch is a bistable circuit built from two cross-coupled NOR gates (active-high) or two cross-coupled NAND gates (active-low). It supports Set, Reset, and Hold operations but...