* Consider $Set=Reset=0$
* If $Q=0$, $\overline{Q}=1$, which is fed back to the top NOR gate
* So $Q$ remains 0
* Likewise, if $Q=1$ then it remains 1
---
## Latch Truth Table
| R | S | $Q$ | $\overline{Q}$ |
| :----: | :---: | :---: | :---: |
| 0 | 0 | $Q$ | $\overline{Q}$ |
| 0 | 1 | 1 | 0 |
| 1 | 0 | 0 | 1 |
| 1 | 1 | 0 | 0 (don't do this)|
---
## Also a NAND Version
* Simply treat Set and Reset as inverted
* This version is the "$\overline{SR}$ Latch"