Home » Digital Circuits » Digital circuits miscellaneous » Question
  1. Output of the circuit shown in the figure is equal to

    1. 0
    2. 1
    3. AB + AB
    4. (A*B) * (A*B)
Correct Option: A

The gates are XNOR
F = (A ⊕ B) ⊕ (A ⊕ B) = (AB + AB) ⊕ (AB + AB)
= (AB + AB) ⊕ (A B + AB)
= (AB + AB) ⊕ (AB + AB)
= 0



Your comments will be displayed only after manual approval.