solve this answer : Write the equivalent boolean expression for the following logic
circuit diagram:
Attachments:
Answers
Answered by
2
Explanation:
First gate which is AND gate inputs are A AND B output of that and gate will be A.B
second gate which us NAND gate combination of AND and NOT gate, the output will be ~(A.B)
Now A.B and ~(A. B) Will be the input to the OR gate which adds two inputs
E=A.B + ~(A.B)
This is nothing but output of xnor gate
E=~(A XOR B)
Similar questions