PRASHNIKAप्रश्निका
Back to the paper

Write the minterms in canonical form for the Boolean Function X (A, B), from the truth table given…

Computer Science20251 markOne word
Write the minterms in canonical form for the Boolean Function X (A, B), from the truth table given below:
ABX
001
010
100
111

Answer

Answer

AI
From 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)$
Boolean Algebra

From ISC 2025 Computer Science Paper 1, question 1(x).