One bit, held
Latches and flip-flops store either 0 or 1. They are building blocks of sequential circuits, registers, and computer memory systems.
A one-bit memory lab for understanding level-sensitive latches, clock-edge flip-flops, and the rules that keep sequential circuits predictable.
Sequential circuits combine logic with storage: current outputs can depend on current inputs and values held from before.
Latches and flip-flops store either 0 or 1. They are building blocks of sequential circuits, registers, and computer memory systems.
With enable active, the output can follow the input. When enable becomes inactive, it keeps its last value. Latches have no clock pulse and support asynchronous sequential circuits.
It reads at a rising or falling clock edge, then holds its value until the next active edge. Correction: flip-flops are normally used in synchronous clocked systems.
| Trigger | Signal level / enable |
|---|---|
| Transparency | Input may pass through while enabled |
| Timing | No clock pulse |
| Typical role | Asynchronous sequential circuits |
| Trigger | Clock transition (edge) |
|---|---|
| Sampling | Only at the active edge |
| Timing | Clock pulse |
| Typical role | Synchronous clocked systems |
Select a card’s reveal to pair the logic rule with its real-world analogy or an exam-ready distinction.
Fundamental static-gate latch; S and R mean set and reset. It can be made with two cross-coupled NOR or NAND gates.
D latch avoids the SR invalid state: its inputs are complements. D means “data” and stores one bit temporarily.
The simplest flip-flop, operating on positive or negative clock transitions—not an enable signal. It is constructed from a latch plus gating.
A gated SR flip-flop whose clock input circuitry prevents the illegal condition when both inputs are logic 1.
Choose inputs and set the previous Q state. The table reacts using the standard active-high SR and JK rules.
Hold: S = 0 and R = 0 preserves the previous stored bit.
Six compact prompts. Tap/click each card, then explain the answer aloud before checking.
Choose an answer to lock it, reveal feedback, then continue. Your score updates as you go.
The source progression is grouped below so every slide is represented, including repeated reinforcement and construction slides.
The embedded diagrams are local copies of public-domain Wikimedia Commons drawings by jjbeard, selected to reinforce the Week 5 material:
Wikimedia Commons — SR latch symbol
Wikimedia Commons — D transparent latch symbol
Wikimedia Commons — JK flip-flop symbol