What are Logic Gates?
They are circuits used to perform logical operations
What is a Truth Table?
A Truth Table is a diagram that shows all possible logical inputs and their associated outputs.
Name the 6 logic gates.
AND OR NOT XOR NAND NOR
what does a NOT gate do and what does it look like and how is it represented in an expression?
what does a AND gate do and what does it look like and how is it represented in an expression?
what does an OR gate do and what does it look like and how is it represented in an expression?
what does an XOR gate do and what does it look like and how is it represented in an expression?
what does a NAND gate do and what does it look like and how is it represented in an expression?
what does a NOR gate do and what does it look like and how is it represented in an expression?
How do you know how many rows to fill in in a logic table?
Do 2 to the power of the number of inputs
2^2 inputs = 4 rows
2^3 inputs = 8 rows