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

Write the canonical SOP expression for

Computer Science20241 markOne word
Write the canonical SOP expression for $F (A, B) = A \Leftrightarrow B$

Answer

Answer

AI
$F(A,B) = A \Leftrightarrow B$ is true (1) when A and B have the same value, i.e. when $A=B=0$ or $A=B=1$. Canonical SOP: $F(A,B) = A'B' + AB$
Boolean Algebra

From ISC 2024 Computer Science Paper 1, question 1(ix).