What is the order of logic gates simplification?
What are the commutative laws?
- A V B = B V A
What are the associative laws?
- (A /\ B) /\ C = A /\ (B /\ C) = A /\ B /\ C
What are the distributive laws?
- A V B /\ C = (A V B) /\ (A V C)
What are De Morgan’s Laws?
¬(A V B) = ¬A /\ ¬B
¬(A /\ B) = ¬A V ¬B
What are the AND rules?
What are the OR rules?
Why do we simplify boolean algebra?
- fewer gates = cheaper
What is a NAND gate? Truth table?
What is a NOR gate? Truth table?
What is a XOR gate? Truth table?
- true if one of the inputs is but not if both are
What are adder circuits used for?
Binary addition - also deals with carry digits
What is a half adder?
- carry digit and an output are generated
What is a full adder?
What is a flip-flop circuit?
What is the D-type flip flop?
Draw a flip-flop and D type flip-flop circuit
Images in book