nand-gate
The NAND Gate: The Single Building Block of All Digital Logic
TL;DR: A NAND gate outputs 1 unless all inputs are 1 (). It is functionally complete — every other Boolean function can be implemented with NAND gates alone. In CMOS...
A collection of 2 posts
TL;DR: A NAND gate outputs 1 unless all inputs are 1 (). It is functionally complete — every other Boolean function can be implemented with NAND gates alone. In CMOS...
TL;DR: Sum of Products (SOP) is a systematic way to turn any truth table into a Boolean expression: write one minterm for each row where the output is 1, then...