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

Write the maxterm and minterm for the function when, and .

Computer Science20232 marksOne word
Write the maxterm and minterm for the function $F(A, B, C, D)$ when, $A=1, B=1, C=0$ and $D=1$.

Answer

Answer

AI
For $A=1, B=1, C=0, D=1$: reading ABCD as binary $1101 = 13$ in decimal. Minterm ($m_{13}$): uncomplemented literal for 1, complemented for 0: $m_{13} = ABC'D$ Maxterm ($M_{13}$): complemented literal for 1, uncomplemented for 0 (reverse convention): $M_{13} = A'+B'+C+D'$
Boolean Algebra

From ISC 2023 Specimen Computer Science Paper 1, question 5(iii).