‹ Back to the paper
Write the minterm of when and .
Write the minterm of $F(A, B, C, D)$ when $A = 1, B = 0, C = 0$ and $D = 1$.
Answer
Answer
AIIn 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$).
From ISC 2023 Computer Science Paper 1, question 1(vi).