Vidyalelo
Computer Science · Q13

Digital Computer Electronics

Engineering and GATE · Computer Science · question 13

Q13

What logic function is produced by adding an inverter to each input and the output of an AND gate?

A.
NAND
B.
NOR
C.
OR
Answer
D.
XOR
E.
None of the above

Answer: Option C

Solution

Answer: Option C
Solution:
Let inputs be A and B.

Inverting each input gives A′ and B′ to the AND gate.

The AND gate outputs A′ · B′.

Now, the output inverter changes A′ · B′ into (A′ · B′)′.

By De Morgan’s law: (A′ · B′)′ = A + B.

A + B is the OR function, not NOR.

The NOR function would be (A + B)′, which is not what we have here.

Therefore: Adding inverters to each input and the output of an AND gate produces an OR gate.