Minimum number of NOR gates required to implement f(A,B)= AB is___.
Minimum number of NOR gates required to implement f(A,B)= AB is___.
Answer: C. 3 — Explanation: (A' + B')' = (A')' (B')' = AB To implement this using only NOR gates: 1. Use a NOR gate as an inverter for A: connect both inputs to A → gives…
- A.
5
- B.
4
- C.
3
- D.
2
Attempted by 347 students.
Show answer & explanation
Correct answer: C
Explanation:
(A' + B')'
= (A')' (B')'
= AB
To implement this using only NOR gates:
1. Use a NOR gate as an inverter for A: connect both inputs to A → gives A'.
2. Use another NOR gate as an inverter for B: connect both inputs to B → gives B'.
3. Use a third NOR gate with inputs A' and B' → output is (A' + B')' = AB.
Total: 3 NOR gates.

Loading lesson…