Binary Logic
Boolean Algebra
K maps
100

What  do 0 and 1 represent?

0 = OFF, 1 = ON.

100

What are its 3 operators?

ON, AND, NOT

100

What is a k map?

A diagram used to simplify boolean expressions.

200

How does  AND work?

Only 1 if both are 1.

200

What the only two possible solutions?

True (1) and False (0)

200

Who created k maps?

Maurice Karnaugh.

300

Difference between OR and NOT?

OR = at least one is 1; NOT = opposite value.

300

ho developed boolean algebra?

George Boole

300

How are values placed in a k map?

Using binary combinations.

400

Why is binary logic important?

Computers use it to process data

400

What is double negation rule?

Its when two nehations cancel each other.

400

How its organized a k map?

Into grids with cells?

500

What is binary logic ?

A system that only uses 0 and 1

500

In what fields is boolean algebra use in?

Digital circuits, AI, Algorithms and Programming.

500

How they help simplify logical functions?

By grouping the variables in grids, helping identify repeated variables, making the logical functions simpler.