CodiodeCodiode
Home
Problem Solving
Skill Tracks
My Assignments
Contests
Leaderboard
Community
Settings
Codiode/Problems/Combinational Logic

Identify the Function Computed by a Multi-Level NAND Circuit Using Bubble Pushing

MediumLogic CircuitAnalyze

Synthesis tools aggressively map Boolean logic into multi-level NAND networks to minimize transistor count and maximize switching speed.

The schematic displays a three-level logic circuit composed entirely of two-input NAND gates. The inputs are A, B, C, and D. Gate 1 receives A and B and drives node N1. Gate 2 receives N1 and C and drives node N2. Gate 3 receives N2 and D and drives the output Y.

Apply bubble pushing to convert the schematic into an equivalent AND-OR structure. Determine the minimized Sum of Products (SOP) expression at Y and evaluate the logic path behavior.

Constraints

  • Assume all gates are standard 2-input CMOS NAND gates.
  • SOP expressions must be fully expanded with no unnecessary parentheses.
  • Use standard prime notation for inversion in text answers (e.g., A'B + CD').

Topics

de-morganboolean-algebranand-logicbubble-pushing

Solve this problem

Place the gates, wire them up and watch the signals settle. Every submission runs on the same simulation engine that grades it.

This problem is part of Codiode Pro. The statement above is free to read.

Sign in to solveSee what Pro unlocks

The circuit builder and code editor need a desktop screen. On a phone, read the problem here and open it on a laptop to solve.

Related problems

  • Binary to HexEasy
  • 1-to-4 Demultiplexer from AND and NOT GatesEasy
  • 2-to-4 Line Decoder with Active-High EnableEasy
  • Hex Nibble to BinaryEasy
  • Odd Parity Bit Generator for 3-bit DataEasy
  • Full Adder from Half AddersEasy
  • Modulo ArithmeticMedium
  • Two's Complement: Encode a Negative DecimalEasy

Browse all problems · Learning tracks