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

The equivalent of will be:

Computer Science20241 markMCQ
The equivalent of $P \land Q \lor \sim P \land \sim Q$ will be:
  • (a)$((P \land Q) \lor \sim P) \land \sim Q$
  • (b)$(P \land Q) \lor (\sim P \land \sim Q)$
  • (c)$P \land (Q \lor \sim P) \land \sim Q$
  • (d)$P \land (Q \lor (\sim P \land \sim Q))$

Answer

Answer

AI

Correct option: (b)

Answer: (b) $(P \land Q) \lor (\sim P \land \sim Q)$ Since $\land$ (AND) has higher precedence than $\lor$ (OR), $P \land Q \lor \sim P \land \sim Q$ is evaluated as $(P \land Q) \lor (\sim P \land \sim Q)$.
Boolean Algebra

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