Practice Flashcards
What are the four parts of an electronic system?
Track your progress — Sign up free to save your progress and get smart review reminders based on spaced repetition.
All Flashcards in Topic 3.4
Below are all 56 flashcards for this topic. Sign up free to track your progress and get personalized review schedules.
3.4.14 cards
What are the four parts of an electronic system?
Input — a device that senses a change and produces a signal. Process — the thing that decides. Output — a device that acts on the world. Feedback — a path carrying a measurement of the output back to the process.
Why is a quantity a wrong answer in an input box?
Because a circuit cannot act on a quantity. Name the device that turns it into a signal — a thermistor, an LDR, a microphone, a push switch.
How do you test whether a system has feedback?
Ask whether anything in the circuit measures the OUTPUT. A timer counts whatever happened; a thermistor inside an oven measures the result of the heating.
Work an electric oven through the systems model.
Input: a thermistor in the cavity. Process: a controller comparing with the dial setting. Output: the heating element. Feedback: the thermistor measures the air the element is heating.
3.4.104 cards
How should output devices be grouped?
By the sense they reach: seen (LED, lamp, LCD, braille display), heard (buzzer, speaker, headphones), felt (haptic), done (motor, relay), kept (printer, plotter).
When is sound the right output, and when is it wrong?
Right when the user is not looking — every alarm depends on it. Wrong in a shared or quiet place, because it reaches everyone, and useless to a deaf user.
Why can a chip pin not drive a motor or a lamp?
A pin supplies a few tens of milliamps; a motor needs hundreds and a mains load needs amps. The pin switches a transistor or relay, which carries the load current from the supply.
What must be fitted across a relay coil or motor, and why?
A flyback diode. When the current stops, the collapsing magnetic field produces a reverse voltage spike that would destroy the switching transistor.
3.4.114 cards
What is the difference between an open- and a closed-loop system?
An open-loop system acts on its input and nothing measures the result. A closed-loop system measures its output, feeds it back, compares it with what was asked and corrects the difference.
What is the purpose of feedback?
To let the system correct for everything the designer could not predict — a cold room, a heavy load, a slipping wheel, a worn part. Accuracy is the consequence, not the purpose.
Give two open-loop and two closed-loop products.
Open: a toaster on a timer, a doorbell, fixed-cycle traffic lights. Closed: an oven with a thermistor, a cruise control, a lift, a powered wheelchair with wheel encoders.
Why can feedback make a system worse?
A loop that corrects too hard overshoots, corrects back and oscillates. A dead band and gentler correction are the usual fixes.
3.4.124 cards
Define an operational amplifier.
A high-gain voltage amplifier with a non-inverting input (+), an inverting input (−) and a single output. It amplifies the difference between its two inputs.
Why does an op-amp need feedback around it?
Its open-loop gain is about 100,000, so a millivolt of difference saturates the output. Two feedback resistors return part of the output to the inverting input, and their ratio sets a usable gain.
Why do differential inputs matter for a sensor?
Interference picked up along a cable and drift with temperature appear on both inputs equally, so amplifying the difference rejects them. That is why sensor leads run as pairs.
Where is an op-amp used in an IoT product?
Between the sensor and the microcontroller in a smart thermostat, connected doorbell, fitness band or kitchen scale — amplifying and filtering a millivolt signal so the converter can read it.
3.4.134 cards
Define an embedded system.
A microcontroller and its software built into a larger product to carry out one specific task — one program for the life of the product, invisible to the user.
What three things does an embedded system add?
Functionality — things the product could not do before. Efficiency — using only what the job needs. Automation — making decisions the user used to make.
What does it mean that embedded systems communicate?
The useful behaviour often exists only between them. A thermostat, a boiler controller and radiator valves each do one small job; the heating system lives in the messages they exchange.
What is the liability of embedding a system in a product?
Bugs, security updates for the product's whole life, repairs needing software nobody else has, and features that die when a server is switched off. Keep the core function working without the network.
3.4.144 cards
Why are circuit symbols fixed by standard?
So a circuit drawn in one country can be read in another by someone who does not speak the language. The diagram shows what is connected to what, not what the board looks like.
How do you recognise a variable resistor, an LED and a relay?
A variable resistor is a resistor box with an arrow across it. An LED is a diode triangle-and-bar with arrows leaving it. A relay is a coil drawn beside a separate pair of contacts.
What does a dot at a wire crossing mean?
The wires are connected. Wires crossing without a dot are not connected — missing this is the commonest way a circuit is misread.
How should a circuit diagram be read?
As input, process, output. Find the supply rails, then the sensing chain, follow the signal to whatever decides, and end at the load the current finally does work in.
3.4.24 cards
Name the four tests for responsible electronics.
Safe in use and in failure; energy-efficient for the job; low standby power; and repairable or recoverable at end of life.
Give three ways an electronic product reduces its energy use.
A switched-mode supply instead of a linear one, LEDs instead of filament lamps, and a processor that sleeps between events with a sensor waking it only when needed.
Why does half a watt of standby power matter?
Because it is drawn every hour of every year in billions of devices. It is capped across the EU at 0.5 W per device precisely because the per-product figure is small and the total is not.
How can adding electronics make a durable product less sustainable?
By shortening its life. A control board lasts a fraction of the mechanical parts, is rarely repairable and is not stocked for long, so a working machine is scrapped for a cheap part.
3.4.34 cards
Define analogue and digital signals.
Analogue: any value between its limits, changing continuously. Digital: only a fixed set of discrete values, usually two — on and off, 1 and 0.
What is lost when an analogue signal is digitised?
Everything between the samples, and the difference between each reading and the nearest available level. More bits and faster sampling reduce both without removing them.
Why is digital better for storage and transmission?
A receiver only has to tell a 1 from a 0, so noise picked up on the way is discarded rather than accumulated. The thousandth copy is identical to the first.
Why is almost every product both analogue and digital?
Because the world is analogue at both ends. A microphone senses continuous air pressure, the signal is digitised for processing and transmission, then converted back for a loudspeaker.
3.4.44 cards
Give the six electrical quantities and their SI units.
Voltage — volt (V). Current — ampere (A). Resistance — ohm (Ω). Power — watt (W). Frequency — hertz (Hz). Time — second (s).
State Ohm's law and the power equation.
V = I × R, so I = V ÷ R and R = V ÷ I. Power P = V × I.
List the SI multipliers in order.
p (pico), n (nano), µ (micro), m (milli), the unit, k (kilo), M (mega), G (giga), T (tera). Each step is a factor of one thousand.
How do you catch an SI prefix error?
Ask whether the value is plausible for that component. Resistors are usually kΩ, capacitors µF, nF or pF, LED currents mA. A 4.7 MΩ resistor in an LED circuit would light nothing.
3.4.54 cards
Define a logic gate.
A circuit whose single output is decided entirely by the combination of its inputs, where every signal is 1 or 0. Its truth table lists every input combination and the output for each.
Give the rule for AND, OR, NOT and XOR.
AND: on only when both inputs are on. OR: on when either or both are on. NOT: the opposite of the input. XOR: on when the inputs are different.
How many rows does a two-input truth table have, and why?
Four. Each input has two possible states, so two inputs give 2 × 2 = 4 combinations. Three inputs give eight.
Why build a safety interlock from gates rather than software?
A gate responds in nanoseconds, has no program to crash or hang, cannot be broken by an update, and its behaviour is fixed by the wiring — so it works when the software does not.
3.4.64 cards
What is the difference between passive and active components?
Passive components limit, store or divert what is already in the circuit — resistor, capacitor, switch, relay. Active ones control the flow — diode, LED, transistor.
What does a capacitor do?
Stores a small charge and releases it. It blocks steady voltages and passes changing ones, which is how it smooths a supply, sets a timing delay and couples an audio signal.
Why use a relay rather than a transistor alone?
It carries far larger currents and keeps the two circuits electrically separate. That isolation lets a 5 V microcontroller switch a 230 V load safely.
Why does every coil need a diode across it?
When the current stops, the collapsing magnetic field produces a large reverse voltage spike. The diode gives that current a path to decay instead of destroying the switching transistor.
3.4.74 cards
What does an LDR give a circuit?
A resistance that falls as light rises — hundreds of ohms in bright light, megohms in darkness. It is not a voltage until it is placed in a divider.
Why does a resistive sensor need a voltage divider?
A circuit cannot act on a resistance. In series with a fixed resistor across the supply, the sensor's changing share of the supply appears as a changing voltage at the junction.
How is the fixed resistor in a sensor divider chosen?
Roughly equal to the sensor's resistance at the value to be detected, so the junction sits near mid-supply where the voltage change per unit of sensing is largest.
Which input devices are digital and which analogue?
Switches are digital — on or off. LDRs, thermistors, humidity sensors and microphones are analogue, giving continuously changing values.
3.4.84 cards
What is signal conditioning?
Making a real sensor signal usable with analogue components: amplifying it because it is tiny, filtering it because it is noisy, and comparing it with a reference so a decision comes out.
What is program control?
Converting the signal to a number and letting software decide. Averaging, delays, dead bands, displays and logging all cost nothing extra in components.
When is analogue processing the better choice?
When the job is fixed, the response must be immediate, the cost must be pennies, and nothing must depend on software running correctly — a smoke alarm, an amplifier, a protection circuit.
When is digital processing the better choice?
As soon as the behaviour is complicated, needs changing later, needs memory or a display, or has to communicate with anything else.
3.4.94 cards
What is a microcontroller?
A programmable integrated circuit — a processor, program and data memory, a clock and converters on one chip — with pins connecting directly to sensors and output devices.
What does a microcontroller replace in a product?
Timers, comparators, counters and logic gates, often a whole board of them. In a washing machine it replaced a motor-driven cam stack.
Give three things software makes free in a product.
Delays and sequences; averaging and dead bands; displays, menus and logging. Each would need extra components in a discrete design.
What does using a microcontroller cost?
Software to write and debug, faults that may be bugs, a response in milliseconds rather than nanoseconds, and a product whose life is limited by how long its software is supported.
Topic 3.4 study notes
Full notes & explanations for Electronic systems
Design Technology exam skills
Paper structures, command terms & tips
Want smart review reminders?
Sign up free to track your progress. Our spaced repetition algorithm will tell you exactly which cards to review and when.
Start Free