Describe an AND Gate Truth Table
Describe an AND Gate Symbol
Describe an OR Gate Truth Table
Describe an OR Gate Symbol
Describe a NOT Gate Truth Table
Describe a NOT Gate Symbol
Describe a NAND Gate Truth Table
Describe a NAND Gate Symbol
Describe a NOR Gate Truth Table
Describe a NOR Gate Symbol
Describe a XOR Gate Truth Table
Describe an XOR Gate Symbol
Describe a XNOR Gate Truth Table
Describe the examples of Boolean Algebra
Describe how you simplify a Karnaugh map
What is de Morgan’s Law
Break the line and change the size (Breaking a negation and changing the operation)
What are the General Rules of Boolean Algebra
What are the Commutative Boolean Algebra Rules
X ^ Y = Y ^ X
X v Y = Y v X
What are the Associtaive Boolean Algebra Rules
X ^ (Y ^ Z) = (X ^ Y) ^ Z
X v (Y v Z) = (X v Y) v Z
If operation is the same you can switch the brackets
What are the Distributive Boolean Algebra Rules
X ^ (Y v Z ) = (X ^ Y) v (X ^ Z)
(X v Y) ^ (W v Z) = (X ^W) v (X ^ Z) v (Y ^ W) v (Y ^ Z)
You can expand brackets
What are the Absorption Boolean Algebra Rules
X v (X ^ Y) = X
X ^ (X v Y) = X
If operations are diffferent simply to the input that occurs twice
What is the Double Negation Boolean Algebra Rule
¬¬X = X
What is a flip flop
What is the D-type flip flop