Digital circuits can operate under different logic conventions:
De Morgan’s theorem:
Because of duality, gates under positive logic can behave differently under negative logic.
| Step | Explanation |
|---|---|
| 1. NAND gate (Positive Logic) | Y = ̅(A·B); output LOW only if both inputs HIGH. Truth table: 00→1, 01→1, 10→1, 11→0 |
| 2. Negative Logic Interpretation | HIGH voltage → logic 0, LOW voltage → logic 1; NAND behaves like AND |
| 3. Verification (Duality) | NAND under positive logic ≡ AND under negative logic |
| 4. Analyzing Options | Correct equivalence: AND with negative logic |
| Final Answer | (2) AND with negative logic |