NEW
Font size
WorksheetsGD2 - 2.06 C++ Truth Tables Quiz
Total questions: 15
Worksheet time: 9mins
What type of logic is this table showing:
AND
OR
NOT
NOR
What type of logic is this table showing:
AND
OR
NOR
XOR
What type of logic is this table showing:
AND
OR
NOT
XOR
"I like pancakes with either Jam or cream cheese but not both!"
This is an example of which type of logic?
AND
OR
XOR
NOR
"I will take my umbrella only if it is both about to rain and I can find it"
This is an example of which type of logic?
AND
OR
NOT
NOR
"The burglar alarm will go off if either the door or the window or both are opened". This is an example of which type of Logic?
AND
OR
NOT
NOR
Use the logic condition to find the value of X:
A and not B
True
False
Use the logic condition to find the value of X:
Not A or B
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 or (B and C)
True
False
Use the logic condition to find the value of W:
not A or B or C
True
False
