‹ Back to the paper
Write the minterms in canonical form for the Boolean Function X (A, B), from the truth table given…
Write the minterms in canonical form for the Boolean Function X (A, B), from the truth table given below:
| A | B | X |
|---|---|---|
| 0 | 0 | 1 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
Answer
Answer
AIFrom the truth table, X=1 for A=0,B=0 (minterm $A'B'$) and A=1,B=1 (minterm $AB$).
Canonical (SOP) form: $X(A,B) = A'B' + AB = \Sigma(0,3)$
From ISC 2025 Computer Science Paper 1, question 1(x).