The result of XNOR operation between bit patterns 101011 and 1000

The result of XNOR operation between bit patterns 101011 and 1000
| The result of XNOR operation between bit patterns 101011 and 100010 is:

A. 110101

B. 110110

C. 001001

D. 101011

Please scroll down to see the correct answer and solution guide.

Right Answer is: B

SOLUTION

Formula:

x ⊙ y = x̅.y̅  + x.y 

XNOR truth table:

x

y

x ⊙ y

0

0

1

0

1

0

1

0

0

1

1

1

 

     

    101011  

⊙ 100010

___________

     110110

___________

Hence correct answer is option 2

Notes: 

  → XNOR