truth_tables_arrays_homework
truth_tables_arrays_homework
Instructions: Complete the missing values in the truth tables below using AND, OR, and NOT
operators.
a) A AND B
A B A AND B
? ? ?
? ? ?
? ? ?
? ? ?
b) A OR B
A B A OR B
? ? ?
? ? ?
? ? ?
? ? ?
c) NOT A
A NOT A
? ?
? ?
Section 2: Combining Boolean Operators
2. Complete the truth tables for each Boolean expression below.
a) (A AND B) OR C
A B C A AND B (A AND B) OR C
? ? ? ? ?
? ? ? ? ?
? ? ? ? ?
? ? ? ? ?
? ? ? ? ?
? ? ? ? ?
? ? ? ? ?
? ? ? ? ?
b) (A OR B) AND (NOT C)
? ? ? ? ? ?
? ? ? ? ? ?
? ? ? ? ? ?
? ? ? ? ? ?
? ? ? ? ? ?
? ? ? ? ? ?
? ? ? ? ? ?
? ? ? ? ? ?
? ? ? ? ? ?
? ? ? ? ? ?
? ? ? ? ? ?
? ? ? ? ? ?
? ? ? ? ? ?
? ? ? ? ? ?
? ? ? ? ? ?
? ? ? ? ? ?
b) (A OR NOT B) AND (B OR C)
? ? ? ? ? ? ?
? ? ? ? ? ? ?
? ? ? ? ? ? ?
? ? ? ? ? ? ?
? ? ? ? ? ? ?
? ? ? ? ? ? ?
? ? ? ? ? ? ?
? ? ? ? ? ? ?
1 2 3
4 5 6
7 8 9
Expected Output:
1 2 3
4 5 6
7 8 9