Back to all Design Technology topics
Topic 3.4Design Technology HL56 flashcards

Electronic systems

Practice Flashcards

Flip cards to reveal answers
Card 1 of 563.4.1
3.4.1
Question

What are the four parts of an electronic system?

Click to reveal answer

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

Card 1definition
Question

What are the four parts of an electronic system?

Answer

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.

Card 2concept
Question

Why is a quantity a wrong answer in an input box?

Answer

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.

Card 3concept
Question

How do you test whether a system has feedback?

Answer

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.

Card 4example
Question

Work an electric oven through the systems model.

Answer

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

Card 5concept
Question

How should output devices be grouped?

Answer

By the sense they reach: seen (LED, lamp, LCD, braille display), heard (buzzer, speaker, headphones), felt (haptic), done (motor, relay), kept (printer, plotter).

Card 6concept
Question

When is sound the right output, and when is it wrong?

Answer

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.

Card 7concept
Question

Why can a chip pin not drive a motor or a lamp?

Answer

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.

Card 8concept
Question

What must be fitted across a relay coil or motor, and why?

Answer

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

Card 9definition
Question

What is the difference between an open- and a closed-loop system?

Answer

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.

Card 10concept
Question

What is the purpose of feedback?

Answer

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.

Card 11example
Question

Give two open-loop and two closed-loop products.

Answer

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.

Card 12concept
Question

Why can feedback make a system worse?

Answer

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

Card 13definition
Question

Define an operational amplifier.

Answer

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.

Card 14concept
Question

Why does an op-amp need feedback around it?

Answer

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.

Card 15concept
Question

Why do differential inputs matter for a sensor?

Answer

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.

Card 16example
Question

Where is an op-amp used in an IoT product?

Answer

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

Card 17definition
Question

Define an embedded system.

Answer

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.

Card 18concept
Question

What three things does an embedded system add?

Answer

Functionality — things the product could not do before. Efficiency — using only what the job needs. Automation — making decisions the user used to make.

Card 19concept
Question

What does it mean that embedded systems communicate?

Answer

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.

Card 20concept
Question

What is the liability of embedding a system in a product?

Answer

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

Card 21concept
Question

Why are circuit symbols fixed by standard?

Answer

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.

Card 22definition
Question

How do you recognise a variable resistor, an LED and a relay?

Answer

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.

Card 23definition
Question

What does a dot at a wire crossing mean?

Answer

The wires are connected. Wires crossing without a dot are not connected — missing this is the commonest way a circuit is misread.

Card 24concept
Question

How should a circuit diagram be read?

Answer

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

Card 25definition
Question

Name the four tests for responsible electronics.

Answer

Safe in use and in failure; energy-efficient for the job; low standby power; and repairable or recoverable at end of life.

Card 26concept
Question

Give three ways an electronic product reduces its energy use.

Answer

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.

Card 27concept
Question

Why does half a watt of standby power matter?

Answer

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.

Card 28concept
Question

How can adding electronics make a durable product less sustainable?

Answer

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

Card 29definition
Question

Define analogue and digital signals.

Answer

Analogue: any value between its limits, changing continuously. Digital: only a fixed set of discrete values, usually two — on and off, 1 and 0.

Card 30concept
Question

What is lost when an analogue signal is digitised?

Answer

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.

Card 31concept
Question

Why is digital better for storage and transmission?

Answer

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.

Card 32example
Question

Why is almost every product both analogue and digital?

Answer

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

Card 33definition
Question

Give the six electrical quantities and their SI units.

Answer

Voltage — volt (V). Current — ampere (A). Resistance — ohm (Ω). Power — watt (W). Frequency — hertz (Hz). Time — second (s).

Card 34formula
Question

State Ohm's law and the power equation.

Answer

V = I × R, so I = V ÷ R and R = V ÷ I. Power P = V × I.

Card 35definition
Question

List the SI multipliers in order.

Answer

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.

Card 36concept
Question

How do you catch an SI prefix error?

Answer

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

Card 37definition
Question

Define a logic gate.

Answer

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.

Card 38definition
Question

Give the rule for AND, OR, NOT and XOR.

Answer

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.

Card 39concept
Question

How many rows does a two-input truth table have, and why?

Answer

Four. Each input has two possible states, so two inputs give 2 × 2 = 4 combinations. Three inputs give eight.

Card 40concept
Question

Why build a safety interlock from gates rather than software?

Answer

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

Card 41definition
Question

What is the difference between passive and active components?

Answer

Passive components limit, store or divert what is already in the circuit — resistor, capacitor, switch, relay. Active ones control the flow — diode, LED, transistor.

Card 42definition
Question

What does a capacitor do?

Answer

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.

Card 43concept
Question

Why use a relay rather than a transistor alone?

Answer

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.

Card 44concept
Question

Why does every coil need a diode across it?

Answer

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

Card 45definition
Question

What does an LDR give a circuit?

Answer

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.

Card 46concept
Question

Why does a resistive sensor need a voltage divider?

Answer

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.

Card 47concept
Question

How is the fixed resistor in a sensor divider chosen?

Answer

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.

Card 48definition
Question

Which input devices are digital and which analogue?

Answer

Switches are digital — on or off. LDRs, thermistors, humidity sensors and microphones are analogue, giving continuously changing values.

3.4.84 cards

Card 49definition
Question

What is signal conditioning?

Answer

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.

Card 50definition
Question

What is program control?

Answer

Converting the signal to a number and letting software decide. Averaging, delays, dead bands, displays and logging all cost nothing extra in components.

Card 51concept
Question

When is analogue processing the better choice?

Answer

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.

Card 52concept
Question

When is digital processing the better choice?

Answer

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

Card 53definition
Question

What is a microcontroller?

Answer

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.

Card 54concept
Question

What does a microcontroller replace in a product?

Answer

Timers, comparators, counters and logic gates, often a whole board of them. In a washing machine it replaced a motor-driven cam stack.

Card 55example
Question

Give three things software makes free in a product.

Answer

Delays and sequences; averaging and dead bands; displays, menus and logging. Each would need extra components in a discrete design.

Card 56concept
Question

What does using a microcontroller cost?

Answer

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.

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