← Semiconductor & Digital Electronics Studio
Concept Explainer · Semiconductor & Digital Electronics

Combinational vs Sequential Logic

Why the presence of memory — not the complexity of the gates — is the entire dividing line between a circuit that computes and a circuit that remembers.

A student staring at a schematic full of AND, OR, and XOR gates often assumes any circuit built from "plain logic gates" must be combinational, and anything with a clock symbol must be sequential. Both guesses miss the actual test. The real question is narrower and much more mechanical: does the circuit's output depend only on the present inputs, or does it also depend on what happened before — a stored state the circuit remembers from a previous moment in time? A full adder built from nothing but gates is combinational. A single JK flip-flop, which is also built from gates (cross-coupled NAND or NOR gates, specifically), is sequential — because it has feedback that lets its output depend on its own history, not just its current inputs.