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

Write the minterm of when and .

Computer Science20231 markOne word
Write the minterm of $F(A, B, C, D)$ when $A = 1, B = 0, C = 0$ and $D = 1$.

Answer

Answer

AI
In a minterm a variable with value 1 is written as it is and a variable with value 0 is complemented. Minterm $= A \cdot B' \cdot C' \cdot D$ (i.e. $AB'C'D$, $m_9$).
Boolean Algebra

From ISC 2023 Computer Science Paper 1, question 1(vi).