Digital Electronics - Logic Gates - Discussion

Discussion Forum : Logic Gates - General Questions (Q.No. 50)
50.
The output of an exclusive-NOR gate is HIGH if ________.
the inputs are equal
one input is HIGH, and the other input is LOW
the inputs are unequal
none of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Sivasankar said:   8 years ago
Ex nor =((AB')+(A'B))'.
=(AB')'.(A'B)'
=(A'+B'').(A''+B')
=A'A+A'B'+BA+BB'
=A'B'+AB
Note; (a+b)'=a'.b'
a'a=0
b'b=0.

Siva3456 said:   8 years ago
EX-NOR:AB+A'B'
A B Y
0 0 1
0 1 0
1 0 0
1 1 1
FROM above when INPUTS OF A and B or equal than only output Y=1(high).

Hiren said:   1 decade ago
In OR gate:

A B y
0 0 0
0 1 1
1 0 1
1 1 1

Ex OR gate:

A B Y
0 0 0
0 1 1
1 0 1
1 1 0

EX NOR GATE:

A B Y
0 0 1
0 1 0
1 0 0
1 1 0

Post your comments here:

Your comments will be displayed after verification.