$$F(P, Q) = (\bar{P} + Q) \oplus (\bar{P}Q)$$
Which of the following expressions is/are equivalent to $F$ ?
We need to find the expressions equivalent to the given Boolean function:
$F(P, Q) = (\bar{P} + Q) \oplus (\bar{P}Q)$
We simplify $F$ using algebraic manipulation:
The simplified expression for $F$ is $PQ + \bar{P}\bar{Q}$, which is the expression for XNOR.
We check which options are equivalent to $PQ + \bar{P}\bar{Q}$:
This is the definition of XNOR, equivalent to $PQ + \bar{P}\bar{Q}$. It matches $F$.
This is XOR, equivalent to $PQ + \bar{P}Q$. It does not match $F$.
Algebraically: $\bar{P} \oplus Q = (\bar{P})\overline{Q} + \overline{(\bar{P})}Q = \bar{P}\bar{Q} + PQ$. This matches $F$.
Algebraically: $\bar{P} \oplus \bar{Q} = (\bar{P})\overline{(\bar{Q})} + \overline{(\bar{P})}\bar{Q} = \bar{P}Q + P\bar{Q}$. It does not match $F$.
A truth table confirms the equivalences:
| P | Q | $\bar{P}$ | $\bar{P} + Q$ | $\bar{P}Q$ | $F = (\bar{P}+Q) \oplus (\bar{P}Q)$ | Option 1: $\overline{P \oplus Q}$ | Option 3: $\bar{P} \oplus Q$ |
| 0 | 0 | 1 | 1 | 0 | 1 | 1 | 1 |
| 0 | 1 | 1 | 1 | 1 | 0 | 0 | 0 |
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1 | 1 | 0 | 1 | 0 | 1 | 1 | 1 |
The output columns for $F$, Option 1, and Option 3 are identical, confirming their equivalence.
The expressions equivalent to $F(P, Q)$ are Option 1 ($\overline{P \oplus Q}$) and Option 3 ($\bar{P} \oplus Q$).
The number of distinct Boolean expressions of four variables is-
Which of the following types is best suited to represent the logical values?
In the given circuit, if the input voltage lies between +E1 and -E2, then output is zero.

Input and output characteristics are shown below.

The region between +E1 and -E2 is known as _____.
The minimum number of 2-input NAND gates required to realize the logic function $Y = AB + \bar A \bar B$ is
A*B*A, where * represents XOR, is equal to: