9,389 views

7 Answers

Best answer
35 votes
35 votes

$A$ : means both are either true OR both are false. then it will be true = ExNOR

$B$ & $C$ : whenever any one of the literal is complemented then ExOR can be turned to ExNOR and complement sign on the literal can be removed. So these two also represents ExNOR operation of $x$ and $y$.

Answer is option D. It is the ExOR operation b/w the two.

edited by
10 votes
10 votes
The exclusive NOR  and exclusive OR of x and y is given by the expressions

x⊙y = x.y + x'.y' (exclusive NOR or XNOR)

x⊕y = x'.y + x.y' (exclusive OR or XOR)

So (A) is automatically true.

(B) is x⊕y' which evaluates to x'.y' + x.(y')' (as per the formula above for XOR) = x'.y' + x.y which is equivalent to x⊙y.

(C) is x'⊕y which evaluates to (x')'.y + x'.y' (as per the formula above for XOR) = x.y + x'.y' which is equivalent to x⊙y.

(D) is x'⊕y' which evaluates to (x')'.y' + x'.(y')' (as per the formula above for XOR) = x.y' + x'.y which is NOT equivalent to x⊙y.

Hence D is FALSE.
3 votes
3 votes
X nor Y when both X=Y=0 then X nor Y =1

A) xy + x' y' = 1

B)x ex-or y' = xy + x'y'

C)x' ex-or y = x'y' + x y

D)x' ex-or y' = x' y + x y'

So option D is correct
Answer:

Related questions

21 votes
21 votes
2 answers
1
Arjun asked Sep 23, 2014
7,231 views
The smallest integer that can be represented by an $8\text{-bit}$ number in $2's$ complement form is$-256$$-128$ $-127$$0$
17 votes
17 votes
3 answers
2
21 votes
21 votes
2 answers
3
17 votes
17 votes
5 answers
4
Arjun asked Sep 24, 2014
5,595 views
What will be the maximum sum of $44, 42, 40, \dots$ ?$502$$504$$506$$500$