ITPEC FE Morning October 2020 Question 22

Source exam: ITPEC FE Morning October 2020Topic: Basic Theory & Math

ITPEC FE Morning October 2020 — Question 22 of 80

De Morgan's Law — NOT gates before OR create NAND — insert a gate before each OR input to build NAND.

NAND = ¬(X · Y)

By De Morgan's Law: ¬(X · Y) = ¬X + ¬Y

  • Place a NOT gate on each input of the OR gate
  • OR(¬X, ¬Y) = ¬X + ¬Y = ¬(X · Y) = NAND

Why not others:
- (a) AND — single-input AND is identity; result is still X + Y (plain OR)

- (b) NOR — a 2-input gate applied to a single signal acts as NOT, but NOT is the more precise answer

- (d) OR — single-input OR is identity; result is still X + Y (plain OR)

Key rule: De Morgan: ¬(A · B) = ¬A + ¬B → NOT before OR = NAND; NOT before AND = NOR.

AI-generated — may contain errors

The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.

This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official FE past-paper collection or Report an issue.