Home / Engineering / Digital Principles and System Design / Question

M

Mr. Dubey • 51.47K Points
Coach

Q.) What type of logic circuit is represented by the figure shown below?

(A) xor
(B) xnor
(C) and
(D) xand
Correct answer : Option (B) - xnor

Explanation:
 after solving the circuit we get (a’b’)+ab as output, which is xnor operation. thus, it will produce 1 when inputs are even number of 1s or all 0s, and produce 0 when input is odd number of 1s.

Share

Discusssion

Login to discuss.