What do 0 and 1 represent?
0 = OFF, 1 = ON.
What are its 3 operators?
ON, AND, NOT
What is a k map?
A diagram used to simplify boolean expressions.
How does AND work?
Only 1 if both are 1.
What the only two possible solutions?
True (1) and False (0)
Who created k maps?
Maurice Karnaugh.
Difference between OR and NOT?
OR = at least one is 1; NOT = opposite value.
ho developed boolean algebra?
George Boole
How are values placed in a k map?
Using binary combinations.
Why is binary logic important?
Computers use it to process data
What is double negation rule?
Its when two nehations cancel each other.
How its organized a k map?
Into grids with cells?
What is binary logic ?
A system that only uses 0 and 1
In what fields is boolean algebra use in?
Digital circuits, AI, Algorithms and Programming.
How they help simplify logical functions?
By grouping the variables in grids, helping identify repeated variables, making the logical functions simpler.