Is XNOR Gate Logic Correct for More Than 2 Inputs?

  • Thread starter Thread starter fcbarcelona
  • Start date Start date
  • Tags Tags
    Gate Logic
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
fcbarcelona
Messages
2
Reaction score
0
hi,,
i m a bit confused in XNOR gate logic for MORE THAN 2 INPUTS..
is this logic correct "even function of 0's"..
need help in this regard,thanks in advance.. :confused:
 
Engineering news on Phys.org
I don't think they found the right answer there.

The generalization of an XOR gate is the Parity - it is 1 if there is an odd number of "1" inputs.
XNOR is an inversed XOR - it is 1 if there is an even number of "1" inputs.

It can be written as NOT(A XOR B XOR C XOR D) - and as interesting feature, the order of operations (and inputs) does not matter.
 
so it is even function of 1's... ??