edited by
1,471 views
4 votes
4 votes

Let $S(x,y,z)$ and $C(x,y,z)$ represents the Sum & Carry function of a full adder circuit. Which of the following options best represents $S(x,y,z)$ and $C(x,y,z)$ respectively?

  1. $x \oplus y \oplus z, y( x \oplus z)+xy$
  2. $x \oplus y \oplus z, y(x+y+z)$
  3. $x \odot y \odot z, z(x+y)+xy$
  4. $\text{None of these}$
edited by

1 Answer

Best answer
6 votes
6 votes
The correct option is (C)!

Sum $= x⊕y⊕z = x⊙y⊙z$
Carry $= zx + zy + xy$

When there are odd number of inputs then EXOR and EX-NOR gives the same truth table, as EXOR is an ODD function it means if there are odd number of 1's in the input then the output is 1, and EXNOR is an even function, it means if there are even number of 0's in the input then output will be 1.
selected by
Answer:

Related questions

0 votes
0 votes
2 answers
1
Ruturaj Mohanty asked Dec 27, 2018
1,030 views
Assume the initial values of $K0$, $Q_0$ and $Q_1$ to be $1$.Which of the following state transition tables correctly correspond to the circuit given above? (Note: $Q_{kN...