Skip to main content
EnglandElectronicsSyllabus dot point

How does a flip-flop store a single bit, and how is it different from a combinational circuit?

Flip-flops and latches: storing one bit, the difference between sequential and combinational logic, the D-type flip-flop, and edge triggering by a clock.

An Eduqas GCSE Electronics answer on flip-flops and latches: how a flip-flop stores a single bit, the difference between sequential and combinational logic, the D-type flip-flop and how it captures its input on a clock edge, and using flip-flops as memory and to divide frequency.

Generated by Claude Opus 4.813 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

Eduqas wants you to explain how a flip-flop stores a single bit, the difference between sequential and combinational logic, the D-type flip-flop, and edge triggering by a clock. The flip-flop is the basic unit of memory and the building block of counters and registers.

The answer

Storing one bit

Sequential versus combinational logic

The D-type flip-flop

Edge triggering and the clock

Examples in context

Flip-flops are the memory of digital systems. A single D-type stores one bit, such as remembering that a button has been pressed or holding the on/off state of an output. Chained together, D-types build counters (the next topic) and registers that store multi-bit numbers, and they synchronise inputs to a clock to keep a system orderly. The positive feedback that gives a flip-flop its two stable states is the same idea as the latch in the switching module, tying analogue latching to digital memory.

Try this

Q1. State how many bits a single flip-flop stores. [1 mark]

  • Cue. One bit (a single 0 or 1).

Q2. State the difference between a combinational and a sequential circuit in one sentence. [2 marks]

  • Cue. A combinational circuit's output depends only on its present inputs; a sequential circuit's also depends on its stored state (it has memory).

Q3. A rising-edge D-type has D=1D = 1 at a clock edge with Q=0Q = 0 beforehand. State Q just after the edge. [1 mark]

  • Cue. Q=1Q = 1 (Q copies D on the edge).

Exam-style practice questions

Practice questions written in the style of WJEC Eduqas exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Eduqas 20204 marksExplain the difference between a combinational logic circuit and a sequential logic circuit, and give an example of each.
Show worked answer →

Combinational (up to 2 marks): the output depends only on the present inputs, with no memory of previous states; the output changes immediately when the inputs change. Example: a logic gate, an adder or a decoder.

Sequential (up to 2 marks): the output depends on the present inputs and on the stored state (the past), so the circuit has memory; many sequential circuits change state on a clock edge. Example: a flip-flop or a counter.

Markers reward the present-inputs-only versus present-inputs-plus-memory distinction and a correct example of each (gate/adder for combinational, flip-flop/counter for sequential).

Eduqas 20224 marksDescribe how a D-type flip-flop responds to its clock input, and explain what 'edge triggered' means.
Show worked answer →

D-type behaviour (up to 2 marks): a D-type flip-flop copies the logic level on its D (data) input to its Q output at the moment the clock changes; between clock edges the output holds its value regardless of changes on D.

Edge triggered (up to 2 marks): the flip-flop responds only at the instant the clock changes (for example on the rising edge, when the clock goes from 0 to 1), not while the clock is steadily high or low. So D is sampled just once per clock edge.

Markers reward Q taking the value of D on the clock edge and holding otherwise, and the meaning of edge triggering (action only at the moment of the clock transition).

Related dot points

Sources & how we know this