Build circuits with logic gates to match the target truth table.
Your Goal: Make the circuit output match the target for ALL input combinations.
The Gates:
AND Output 1 only when ALL inputs are 1
OR Output 1 when ANY input is 1
NOT Inverts input (0->1, 1->0)
XOR Output 1 when inputs DIFFER
NAND NOT of AND
NOR NOT of OR
XNOR Output 1 when inputs are SAME
Controls: Drag gates from the palette to empty slots. Click input switches to toggle 0/1. Use TEST to see signal flow, CHECK to verify your solution.