SQA Advanced Higher Engineering Science Electronics and control: a complete overview of op-amps, analogue filters, logic, microcontrollers and control systems
A deep-dive SQA Advanced Higher Engineering Science guide to the Electronics and control area. Covers operational amplifier circuits, analogue signal processing and RC filters, combinational logic and Boolean algebra, sequential logic and timing, microcontroller programmable control, and control systems with feedback.
Reviewed by: AI editorial process; not yet individually human-reviewed
Jump to a section
- What the Electronics and control area demands
- Operational amplifier circuits
- Analogue signal processing and filters
- Combinational logic and Boolean algebra
- Sequential logic and timing
- Microcontroller programmable control
- Control systems and feedback
- How the Electronics and control area is examined
- Check your knowledge
What the Electronics and control area demands
Electronics and control is one of the two content areas of SQA Advanced Higher Engineering Science. It takes the Higher electronics ideas and pushes them into quantitative analysis and design: predicting op-amp outputs, calculating filter frequencies and time constants, minimising logic, working out counter behaviour, planning microcontroller programs, and reasoning about feedback. The examiners reward confident use of the relationships on the data booklet, clear logic and program design, and precise explanations of how a circuit or system behaves. This guide ties the six key areas together; each has its own dot-point page with worked questions.
Operational amplifier circuits
The area opens with the operational amplifier, a very high-gain difference amplifier whose huge open-loop gain is tamed by negative feedback into a stable, resistor-set closed-loop gain. The four configurations are examined: the inverting amplifier (), the non-inverting amplifier (), the summing amplifier that mixes signals, and the difference amplifier that rejects common-mode noise. The recurring ideas are the virtual earth and saturation at the supply rails.
Analogue signal processing and filters
Analogue work centres on the capacitor charging and discharging through a resistor, governed by the time constant (about 63% charged in one time constant, essentially complete after five). The same RC product sets passive filters: output across the capacitor gives a low-pass filter, output across the resistor a high-pass filter, with the cut-off frequency .
Combinational logic and Boolean algebra
Combinational logic has no memory: the output is a fixed function of the present inputs. It is described by truth tables and Boolean expressions, and simplified with Boolean algebra (distributive, complement, identity and De Morgan's laws) and Karnaugh maps that group adjacent 1s in powers of two to give the minimal sum-of-products. Fewer gates mean a cheaper, faster, more reliable circuit.
Sequential logic and timing
Sequential logic has memory: the flip-flop stores one bit, and chaining flip-flops makes counters that count clock pulses ( states, dividing the frequency by ). Timing circuits set intervals: an astable oscillates to give a continuous clock, and a monostable gives a single timed pulse when triggered, both set by their components.
Microcontroller programmable control
Programmable control uses a microcontroller, a processor, memory and input/output pins on one chip, running a stored program. Programs are planned with flowcharts and pseudocode, and built from sequence, selection (decisions) and iteration (loops), with sub-routines for reusable tasks. Software-defined behaviour can be changed without rewiring, which is why microcontrollers dominate modern control.
Control systems and feedback
A control system drives an output to a set point. Open-loop control sends a fixed command without checking; closed-loop control measures the output with a sensor, forms the error signal () at a comparator, and uses the controller and actuator to drive the error to zero by negative feedback.
How the Electronics and control area is examined
A typical SQA profile for this area:
- Calculations. Op-amp gains and outputs, RC time constants and filter cut-off frequencies, counter states and division ratios.
- Logic and program design. Writing and minimising Boolean expressions, building Karnaugh maps, and writing flowcharts and pseudocode for a control task.
- Explanation. The virtual earth, saturation, open versus closed loop, the role of feedback and the error signal.
Check your knowledge
A mix of recall and calculation questions covering the area. Attempt them, then check against the solutions.
- Write the closed-loop gain relationship for a non-inverting amplifier. (1 mark)
- State the relationship for the time constant of an RC circuit. (1 mark)
- Write De Morgan's law for the complement of an AND. (1 mark)
- State how many states an 8-bit counter has. (1 mark)
- Name the three basic program structures. (3 marks)
- State the relationship for the error signal in a closed-loop control system. (1 mark)