
The output ( $Y$ ) of the given logic gate is similar to the output of an/a

- NOR gate
- OR gate
- AND gate
- NAND gate
Solution

$\begin{aligned} Y_1 & =\overline{A \cdot A} \\ & =\bar{A} \\ Y_2 & =\overline{B+B} \\ & =\bar{B}\end{aligned}$ $\begin{aligned} Y & =\overline{Y_1+Y_2} \\ & =\overline{\bar{A}+\bar{B}} \\ & =\overline{\bar{A}} \cdot \overline{\bar{B}} \end{aligned}$ $=A \cdot B$ is similar to output of AND Gate
Asked in: NEET 2024