in Digital Logic retagged by
3,429 views
0 votes
0 votes

Find the boolean expression for the logic circuit shown below:

  1. $A \overline{B}$
  2. $\overline{A} B$
  3. $AB$
  4. $\overline{A} \overline{B}$
in Digital Logic retagged by
by
3.4k views

2 Answers

1 vote
1 vote
3$^{rd}$ NOR gate can replaced by Bubbled AND gate ==> those bubble will cancel the Bubbles of 1,2 gates.

∴ 1$^{st}$ is AND gate, 2$^{nd}$ is OR gate, 3$^{rd}$ is AND gate.

from 1$^{st}$ gate o/p is  = AB

from 2$^{nd}$ gate o/p is  = $\overline{A}$ + B

==> o/ of 3$^{rd}$ gate = AB . ( $\overline{A}$ + B ) = AB
0 votes
0 votes
$Y=\overline{\overline{AB}+(\overline{\bar {A}+B}})$

$\implies Y=\overline{\overline{(AB)}}.(\overline{\overline{\bar A+B}})$

$\implies Y= AB.(\bar A+B)$

$\implies Y=AB.\bar A+AB.B$

$\because A.\bar A=0$

$\implies Y=AB$

Option $(C)$ is correct.
Answer:

Related questions