Binary logic
Boolean algebra
K-Maps
100

AND, OR and NOT are...                                               


    

the main logical operators
100

Why are Karnaugh Maps useful in programming or digital systems?                                   

                                               

Because they make systems faster and more efficient and reduce hardware complexity.
                                   


    

200

A _____ shows all possible combinations of True and False and the result of a logical operation.

Truth table

200

What are K-Maps used for?

                                               

To reduce the number of logic gates needed in a system and simplify boolean expressions.

                                   


    

300

Boolean algebra i s used in programming, algorithms and digital circuits . It helps computer s make decisions using conditions . give examples

Examples: password validation, access permissions , program decisions