Question Details

Identify the logic gate given in the circuit :

Options

A

NAND - gate

B

NOR gate

C

OR - gate

D

AND gate

Show Answer

Correct Answer :

Option C

OR - gate

OR - gate

Solution :

The correct answer is OR gate.

Looking at the circuit diagram carefully, the following components are visible:

- Input A is fed into a NOT gate (inverter — shown as a triangle with a small circle/bubble at the output).
- Input B is fed into another NOT gate (inverter).
- The outputs of both NOT gates ( and ) are then fed as inputs into a NAND gate (AND gate symbol with a bubble at its output).
- The final output is Y.

So the Boolean expression for the output Y can be written as:

Y = ̅ ̅

In cleaner notation, the output of the NAND gate applied to and is:

Y = A- · B- -

That is: Y = NOT( NOT(A) · NOT(B) )

Step 1: Apply the inner NOT gates.

The two NOT gates produce (NOT A) and (NOT B).

Step 2: Apply the NAND operation on A̅ and B̅.

A NAND gate gives the complement of (A AND B). So applied to A̅ and B̅:

Y = A-·B- -

Step 3: Apply De Morgan's Theorem.

De Morgan's theorem states:

X·Z - = X- + Z-

Applying this to our expression (where X = A̅ and Z = B̅):

Y = A- - + B- -

Step 4: Apply the double negation law (NOT NOT X = X).

The double complement of any variable returns the variable itself:

A- - = A and B- - = B

Therefore:

Y = A + B

Conclusion: The output Y = A + B, which is exactly the Boolean expression for an OR gate.

This circuit — two NOT gates feeding into a NAND gate — is a well-known implementation of an OR gate using only NAND-based logic, consistent with De Morgan's equivalence theorem. The circuit is therefore equivalent to an OR gate.

Truth Table Verification:

ABY = NAND(A̅, B̅) = A + B
00110
01101
10011
11001

The output column matches exactly the truth table of an OR gate, confirming the answer is the OR gate.

Unlock Our Free Library

Access expert-curated educational resources and study materials—completely free.

Discover more resources

You may also like

Mock Tests

View All
  • JEE
  • intermediate
  • 3 hours
  • chemistry, mathematics, physics
  • Proctored

  • JEE
  • intermediate
  • 3 hours
  • chemical engineering, mathematics, physics

Ask AI Tutor
5 left
Q1 View Question & Options
AI Tutor is solving this question...
Reading question context & options...