Tardigrade
Tardigrade - CET NEET JEE Exam App
Exams
Login
Signup
Tardigrade
Question
Physics
The following configuration of gate is equivalent to: <img class=img-fluid question-image alt=Question src=https://cdn.tardigrade.in/q/nta/p-t5zeb3nkcc6oiv3b.jpg />
Q. The following configuration of gate is equivalent to :
149
168
NTA Abhyas
NTA Abhyas 2020
Report Error
A
N
A
N
D
B
XOR
C
OR
D
None of these
Solution:
Y
=
(
A
+
B
)
⋅
A
B
ˉ
The given output equation can also be written as
Y
=
(
A
+
B
)
⋅
(
A
ˉ
+
B
ˉ
)
(De Morgan's theorem)
=
A
A
ˉ
+
A
B
ˉ
+
B
A
ˉ
+
B
B
ˉ
=
0
+
A
B
ˉ
+
A
ˉ
B
+
0
=
A
ˉ
B
+
A
B
ˉ
This is the expression for
XOR
gate.