0 of 6 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Time has elapsed
You have reached 0 of 0 point(s)0
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
What is the Boolean expression that represents this drawing?
What is the Boolean expression that represents this drawing?
What is the Boolean expression that represents this drawing?
Complete the truth table for the following Boolean expression: Q = NOT A OR B
A | B | NOT A | Q |
---|---|---|---|
1 | 1 | ||
1 | 0 | ||
0 | 1 | ||
0 | 0 |
Complete the truth table for the following Boolean expression: Q = (X AND Y) OR Y
X | Y | X AND Y | Q |
---|---|---|---|
1 | 1 | ||
1 | 0 | ||
0 | 1 | ||
0 | 0 |
Complete the truth table for the following Boolean expression: Q = (NOT X AND Y) OR (X AND Y)
X | Y | NOT X | NOT X AND Y | X AND Y | Q |
---|---|---|---|---|---|
1 | 1 | 0 | |||
1 | 0 | 0 | |||
0 | 1 | 1 | |||
0 | 0 | 1 |