CCEA A-Level Technology and Design A2 1 Electronic and Microelectronic Control Systems: a complete overview of sequential logic, microcontrollers and control
A deep-dive CCEA A-Level Technology and Design guide to the A2 Electronic and Microelectronic Control Systems option. Covers sequential logic and counters, op-amps in control (summing, difference, follower), analogue-to-digital conversion and resolution, the microcontroller (PIC), flowcharts and programming constructs, and open- and closed-loop control with PID.
Reviewed by: AI editorial process; not yet individually human-reviewed
Jump to a section
What this option demands
The A2 Electronic and Microelectronic Control Systems option deepens the AS electronics into memory, conversion and programmable control. It teaches you how digital systems store and count, how analogue and digital worlds are bridged, how a microcontroller runs a control program, and how feedback and PID keep a system on target. The examiners test a set of digital calculations, flowchart and programming design, and the control-theory vocabulary.
This guide walks through the dot points of the option, then sets out the exam patterns CCEA repeats. Each topic has a matching dot-point page with practice questions; this overview ties them together.
Sequential logic, op-amps and conversion
Sequential logic adds memory to logic: the flip-flop (SR latch, D, JK) stores a bit, and chaining flip-flops makes a binary counter that counts up to and divides frequency by . The operational amplifier appears as a summing amplifier (adding signals), a difference amplifier (an error or bridge output) and a voltage follower (a buffer that reads a high-resistance source without loading it), analysed with the ideal op-amp assumptions. Analogue-to-digital conversion bridges a continuous sensor voltage to the binary a microcontroller needs: bits give levels and the resolution is the range over , so more bits give finer steps.
Microcontrollers and control
The microcontroller (PIC) is a complete computer on a chip (processor, memory, I/O ports) running a stored program; it replaces hard-wired logic, with behaviour changed by reprogramming. Programs are designed with flowcharts using sequence, selection and iteration, with delays and subroutines, and output pins drive power loads through a transistor. Open-loop control does not feed back its output, while closed-loop control measures the output, forms the error signal (set point minus measured value) and drives it to zero, refined by proportional, integral and derivative (PID) action.
How this option is examined
A typical CCEA profile for the A2 electronics option:
- Calculation. Frequency division by counters, ADC levels and resolution, and op-amp summing/difference outputs.
- Program design. Drawing or completing a control flowchart using the three constructs.
- System explanation. Microcontroller architecture and advantages, and open- versus closed-loop control with PID.
- Reasoning. Why buffers, ADCs and transistor output drivers are needed.
Check your knowledge
A mix of calculation and recall questions covering the option. Attempt them, then check against the solutions.
- State one difference between combinational and sequential logic. (2 marks)
- A 4-bit binary counter is clocked at 32 Hz. Find the frequency at the fourth flip-flop output. (2 marks)
- How many discrete levels does an 8-bit ADC provide? (1 mark)
- A 10-bit ADC covers 0 to 5 V. Find its resolution. (2 marks)
- Name the three main parts of a microcontroller. (3 marks)
- Name the three basic programming constructs. (3 marks)
- Write the equation for the error signal in a closed-loop system. (1 mark)
- What does the integral term in PID control achieve? (1 mark)
Sources & how we know this
- CCEA GCE Technology and Design specification — CCEA (2016)