NEW
Font size
Worksheets[AP CSP] Truth Tables and Boolean Expressions
Total questions: 13
Worksheet time: 15mins
What type of logic operator is this table showing:
AND
OR
NOT
NOR
What type of logic operator is this table showing:
AND
OR
NOR
XOR
What type of logic operator is this table showing:
AND
OR
NOT
XOR
Use the logic condition to find the value of X:
A or (B and C)
True
False
Use the logic condition to find the value of Y:
A or (B or C)
True
False
Use the logic condition to find the value of X:
A Λ (B || C)
True
False
Use the logic condition to find the value of W:
A & ~(B | C)
True
False
Use the logic condition to find the value of Z:
¬A ⊕ (C | B)
True
False
Use the logic condition to find the value of Y:
(A ⊕ B) | C
True
False
Use the logic condition to find the value of Z:
(A & ¬B) ⊕ ¬C
True
False
Given the Boolean Algebraic Expression:
¬A ⊕ (B V C)
A = 1, B = 0, C = 1
What is the Boolean Output?
1
0
Given the Boolean Algebraic Expression:
(¬A|B) Λ ¬(C ⊕ D)
A = 1, B = 1, C = 0, D= 0
What is the Boolean Output?
1
0
Given the Boolean Algebraic Expression:
(¬A Λ B) || (C ⊕ D)
A = 1, B = 1, C = 0, D= 0
What is the Boolean Output?
1
0
