in Digital Logic edited by
8,362 views
24 votes
24 votes

Consider the circuit in figure. $f$ implements

  1. $\overline{A} \overline{B}C + \overline{A}B \overline{C} + ABC$

  2. $A + B + C$

  3. $A \oplus B \oplus C$

  4. $AB + BC + CA$

in Digital Logic edited by
8.4k views

1 comment

edited by
Since $1$ and $2$ both point to $\bar{C}$  it doesn't matter whether $S_{1}$ points to $A$ or $B$ and similarly $S_{0}$ points to $B$ or $A$.
0
0

2 Answers

29 votes
29 votes
Best answer
  • $0 - C$ will be selected for $A = 0, B=0$.
  • $1 - \bar C$ will be selected for $A = 0, B = 1.$
  • $2 -\bar C$ will be selected for $A = 1, B = 0.$
  • $3 -C$ will be selected for $A = 1, B = 1.$


So, $f = \bar A \bar B C + \bar A B \bar C +A \bar B \bar C + ABC$

$\qquad = \bar A (\bar BC + B \bar C) + A (\bar B \bar C + BC)$

$\qquad = \bar A (B \oplus C) + A (B \odot C)$

$\qquad = \bar A (B \oplus C) + A (\overline{B \oplus C})$

$\qquad =  A \oplus B \oplus C$

Correct Answer: $C$

edited by
by
8 votes
8 votes

See the last part...

Answer:

Related questions