edited by
2,233 views
0 votes
0 votes

Which of the following logic operations is performed by the following given combinational circuit ?

  1. EXCLUSIVE-OR
  2. EXCLUSIVE-NOR
  3. NAND
  4. NOR
edited by

1 Answer

Best answer
2 votes
2 votes
$f=(X+(X+Y)')' + (Y+(X+Y)')'$

NOW USING DEMORGAN  LAW HERE

$\implies f=X'(X+Y)+Y'(X+Y)$

$ \implies f=XX'+X'Y+Y'X+Y'Y$

$ \implies f= 0+X'Y+Y'X+0$

$\implies f=X \oplus Y$

Option $(A)$ is correct.
edited by

Related questions

2 votes
2 votes
1 answer
1
makhdoom ghaya asked Sep 23, 2016
1,134 views
Match the following :$\begin{array}{clcl} & \textbf{List-I} && \textbf{List-II} \\ \text{a.} & \text{Controlled inverter} & \text{i.} & \text{a circuit that can add 3 bi...
0 votes
0 votes
1 answer
2
makhdoom ghaya asked Sep 23, 2016
1,596 views
The Karnaugh map for a Boolean function is given asThe simplified Boolean equation for the above Karnaugh Map is$AB + CD + A\bar{B} + AD$$AB + AC + AD + BCD$ $AB + AD + B...
1 votes
1 votes
2 answers
3
makhdoom ghaya asked Sep 23, 2016
2,545 views
Which of the following is the most efficient to perform arithmetic operations on the numbers ?Sign-magnitude$1's$ complement$2's$ complement$9's$ complement
0 votes
0 votes
3 answers
4
makhdoom ghaya asked Sep 23, 2016
2,463 views
The octal number $326.4$ is equivalent to$(214.2)_{10}$ and $(D6.8)_{16}$$(212.5)_{10}$ and $(D6.8)_{16}$ $(214.5)_{10}$ and $(D6.8)_{16}$ $(214.5)_{10}$ and $(D6.4)_{16}...