Binary Logic
What is binary logic?
Is a system of mathematics where all values are 1 or 0
What is Boolean Algebra?
Is a branch of math that works with variables that have only two values: 0 or 1, udisng operators.
What are Karnaugh maps?
A tool that groups similar expressions to simplify them, often shown as a visual form of a truth table.
What is a NOT gate?
A logic gate that inverts the input value
What are the 3 main logical operators?
AND, OR, and NOT