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

The canonical expression of is:

Computer Science20251 markMCQ
The canonical expression of $F( P, Q, R) = \pi (2, 5, 7)$ is:
  • (a)$(P + Q' + R) \cdot (P' + Q + R') \cdot (P' + Q' + R')$
  • (b)$(P \cdot Q' \cdot R) + (P' \cdot Q \cdot R') + (P' \cdot Q' \cdot R')$
  • (c)$(P' + Q + R') \cdot (P + Q' + R) \cdot (P + Q + R)$
  • (d)$(P' \cdot Q \cdot R') + (P \cdot Q' \cdot R) + (P \cdot Q \cdot R)$

Answer

Answer

AI

Correct option: (a)

Answer: (a) $(P + Q' + R) \cdot (P' + Q + R') \cdot (P' + Q' + R')$ For $\pi(2,5,7)$: maxterm 2 (010) gives $(P+Q'+R)$, maxterm 5 (101) gives $(P'+Q+R')$, maxterm 7 (111) gives $(P'+Q'+R')$.
Boolean Algebra

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