Sign in
Please select an account to continue using cracku.in
↓ →
Join Our JEE Preparation Group
Prep with like-minded aspirants; Get access to free daily tests and study material.
Let's track the binary signals moving from the input terminals through the branches:
Both of these intermediate outputs flow directly into a two-input NOR gate at the final stage. A NOR gate adds its inputs together (OR operation) and then inverts the entire sum:
$$Y = \overline{\text{Out}_{\text{top}} + \text{Out}_{\text{bottom}}}$$
$$Y = \overline{(A \cdot \bar{B}) + (\bar{A} \cdot B)}$$
Notice that the inner term $$(A \cdot \bar{B}) + (\bar{A} \cdot B)$$ represents a standard XOR gate function ($$A \oplus B$$). Since it is inverted by the outer overbar, the complete expression is equivalent to an XNOR gate ($$\overline{A \oplus B}$$):
$$Y = A \odot B$$
An XNOR gate outputs a high logical state ($$1$$) only when both inputs match each other (i.e., both are $$0$$ or both are $$1$$):
| $$A$$ | $$B$$ | $$A \cdot \bar{B}$$ | $$\bar{A} \cdot B$$ | $$(A \cdot \bar{B}) + (\bar{A} \cdot B)$$ | $$Y = \overline{(A \cdot \bar{B}) + (\bar{A} \cdot B)}$$ |
|---|---|---|---|---|---|
| 0 | 0 | 0 | 0 | 0 | 1 |
| 0 | 1 | 0 | 1 | 1 | 0 |
| 1 | 0 | 1 | 0 | 1 | 0 |
| 1 | 1 | 0 | 0 | 0 | 1 |
Correct Option: The truth table option displaying output states $$[1, 0, 0, 1]$$ sequentially from top to bottom is correct ..
Create a FREE account and get:
Educational materials for JEE preparation