Find the Boolean Expression R(P, Q) which is represented in the following…
2026
Find the Boolean Expression R(P, Q) which is represented in the following Truth Table.
P | Q | R(P, Q) |
|---|---|---|
0 | 0 | 1 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |
Answer: D. (P · Q)'
- A.
P' · Q'
- B.
P · Q
- C.
P + Q
- D.
(P · Q)'
Attempted by 726 students.
Show answer & explanation
Correct answer: D
Loading lesson…