Question:

Match List-I with List-II.

List-IList-II
A. ANDI. Output 1 only if both inputs are 1
B. ORII. Output 1 if any input is 1
C. NANDIII. Output 0 only if both inputs are 1
D. NORIV. Output 1 only if both inputs are 0


Choose the correct answer from the options given below:

Show Hint

NAND = NOT(AND), NOR = NOT(OR).
Updated On: Jun 5, 2026
  • A-IV, B-III, C-II, D-I
  • A-I, B-II, C-III, D-IV
  • A-I, B-III, C-IV, D-II
  • A-II, B-I, C-IV, D-III
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Concept: Logic gates produce outputs based on input combinations.

Step 1:
Match AND gate.
• Output is 1 only when both inputs are 1 \[ A \rightarrow I \]

Step 2:
Match OR gate.
• Output is 1 if any one input is 1 \[ B \rightarrow II \]

Step 3:
Match NAND gate.
• Complement of AND
• Output is 0 only when both inputs are 1 \[ C \rightarrow III \]

Step 4:
Match NOR gate.
• Complement of OR
• Output is 1 only when both inputs are 0 \[ D \rightarrow IV \]

Step 5:
Final mapping. \[ A-I,\ B-II,\ C-III,\ D-IV \] \[ \boxed{(2)} \]
Was this answer helpful?
0
0