Computer Science, asked by vmanas270, 9 months ago

XNOR can be simplified as

Answers

Answered by medeepthi4779
1

Answer:

The simplified version is XOR(A,B)*XNOR(C,D) + XOR(C,D)*XNOR(A,B)

The actual expression is: (A'B + AB')(CD + C'D') + (AB + A'B')(C'D + CD')

According to my lab, this expression can be simplified, but I don't know where to start.

I guess you could look at each element, such as (A'B + AB') as a single variable, such as X and then the equation would be XY' + X'Y,

I THINK it was helpful

please mark it brainllist

Similar questions