Digital Logic Circuits
series circuit = AND
parallel circuit = OR
zero and one = bits = binary digits
Black Boxes and Gates
Boolean Expressions
(p∨q)∧¬r
Truth Tables and Circuits
Express all the 'Truth' outputs using only 'and'
connect all those statements using 'or'
then, you can make circuits using those boolean expressions
Equivalent Circuits
If inputs and outputs of two circuits are the same, then the two circuits are equivalent
NAND and NOR Gates
NAND : p ∣ q
pTTFFqTFTFp ∣ qFTTT
NOR : p↓q
pTTFFqTFTFp↓qFFFT