EX-NOR
EX-NOR Gate: Exclusive NOR is having a 2 inputs and 1 output.
- When both inputs are either logic high or logic low then the output is logic high otherwise the output is logic low.
- EX-NOR gate is the complement to EX-OR.
A |
B |
Y |
0 |
0 |
1 |
0 |
1 |
0 |
1 |
0 |
0 |
1 |
1 |
1 |
- Boolean Expression: Y = A’B’+AB.
This is the correct table for Ex-NOR Gate.
In the above the table given is for Ex-OR Gate not Ex-NOR Gate