Back to all Design Technology topics
Topic 7.4Design Technology HL44 flashcards

Electronic systems applied

Practice Flashcards

Flip cards to reveal answers
Card 1 of 447.4.1
7.4.1
Question

What five things should you look for when analysing a board?

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 7.4

Below are all 44 flashcards for this topic. Sign up free to track your progress and get personalized review schedules.

7.4.14 cards

Card 1concept
Question

What five things should you look for when analysing a board?

Answer

The power supply, the input devices, any signal conditioning, the processing stage, and the output drivers — plus whether anything measures the output.

Card 2concept
Question

How do you recognise the processing stage?

Answer

The largest integrated circuit, usually with a crystal beside it and a programming header nearby. Everything else feeds it or is driven by it.

Card 3concept
Question

Why do track widths matter?

Answer

Thin tracks carry signals and thick tracks carry power, so the widest tracks run from the supply to the output devices.

Card 4concept
Question

What turns a component list into an analysis?

Answer

Saying what each part contributes and which stage it belongs to, and finishing with whether anything measures the output.

7.4.104 cards

Card 5definition
Question

What is a servo, and when is one used?

Answer

A motor, gearbox, position sensor and control circuit in one unit that moves to a commanded angle and holds it. Use one wherever a precise position matters.

Card 6concept
Question

When is an LCD the right output?

Answer

When the user needs specific information — a temperature, a countdown, a fault code. A light can say something is wrong and never what.

Card 7concept
Question

Why use a relay rather than a transistor?

Answer

It carries far larger currents and keeps the two circuits electrically separate, which is what lets a 5 V controller switch a 230 V load safely.

Card 8concept
Question

What must be checked before connecting any output device?

Answer

The current. A chip pin supplies a few tens of milliamps — enough for an LED with a resistor and nothing else.

7.4.114 cards

Card 9concept
Question

Compare Bluetooth, Wi-Fi and 5G on range and power.

Answer

Bluetooth about 10 m at very low power; Wi-Fi tens of metres at moderate to high power; 5G kilometres at high power. Reaching further always costs energy.

Card 10definition
Question

What does each protocol require to work?

Answer

Bluetooth needs only the other device. Wi-Fi needs a router and a network. Cellular needs a network operator, a subscription and a SIM.

Card 11concept
Question

Which three questions choose a protocol?

Answer

Is it battery-powered and must it last? Is it mains-powered inside a building with a network? Does it move, or is there no local network to join?

Card 12concept
Question

What is the design rule for a connected product?

Answer

Keep the core function working without the network — a doorbell should still ring from its button if the server goes away.

7.4.24 cards

Card 13concept
Question

How is each multimeter range connected?

Answer

Voltage across the component with the circuit running; current in line with the circuit broken; resistance with the power off and one end disconnected.

Card 14concept
Question

Why is an ammeter dangerous across a supply?

Answer

It has a very low resistance, so it becomes a short circuit. That is why the current socket is separate and fused on almost every meter.

Card 15concept
Question

What can an oscilloscope show that a multimeter cannot?

Answer

Frequency, waveform shape, pulse width and duty cycle, and short glitches. A steady 2.5 V and a 0-5 V square wave read identically on a meter.

Card 16concept
Question

How do you read a value from an oscilloscope?

Answer

Count divisions and multiply by the setting: four divisions at 2 V/div is 8 V; a cycle across five divisions at 1 ms/div is 5 ms, which is 200 Hz.

7.4.34 cards

Card 17formula
Question

State both equations and their rearrangements.

Answer

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

Card 18concept
Question

What single step prevents most calculation errors?

Answer

Converting to base units before substituting — milliamps into amps, kilohms into ohms.

Card 19concept
Question

How is battery life calculated?

Answer

Total charge used per day in mAh, then divide the cell rating by it. A 2,000 mAh cell supplies 20 mA for 100 hours.

Card 20concept
Question

Why calculate the power in a resistor?

Answer

It decides the physical size of the part. A quarter-watt resistor dissipating half a watt runs hot, drifts in value and eventually fails.

7.4.44 cards

Card 21formula
Question

State the four series and parallel rules.

Answer

Resistors: R = R₁ + R₂ in series, 1/R = 1/R₁ + 1/R₂ in parallel. Capacitors: C = C₁ + C₂ in parallel, 1/C = 1/C₁ + 1/C₂ in series.

Card 22concept
Question

What is the check for a parallel resistance?

Answer

It must be smaller than the smallest resistor in the combination. An answer larger than both means the wrong rule was used.

Card 23formula
Question

State the voltage divider equation.

Answer

V_out = V_supply × R₂ ÷ (R₁ + R₂), with R₂ the lower resistor. 9 V across 10 kΩ and 5 kΩ gives 3 V.

Card 24concept
Question

Why are divider resistors usually tens of kilohms?

Answer

Much smaller wastes current and heats the board; much larger makes the junction a high impedance that the next stage loads and that picks up interference.

7.4.54 cards

Card 25definition
Question

Name the four flow-diagram symbols.

Answer

A rounded box for start and stop, a parallelogram for input and output, a rectangle for a process, and a diamond for a decision.

Card 26concept
Question

How many outputs may a decision have?

Answer

Exactly two, both labelled YES and NO. Three outcomes need two diamonds in sequence, not three lines out of one.

Card 27concept
Question

Why must a control program loop back?

Answer

Otherwise it reads its sensor once and stops, leaving the output in whatever state it was in. The loop is what makes it monitoring.

Card 28definition
Question

What is a dead band and how is it drawn?

Answer

A gap between the switch-on and switch-off thresholds, drawn as two decision diamonds with different values — 25 °C to open and 22 °C to close.

7.4.64 cards

Card 29concept
Question

What should be drawn first on a circuit diagram?

Answer

The supply rails — positive at the top, 0 V at the bottom. Every branch then hangs between them, input on the left and output on the right.

Card 30definition
Question

What does a dot at a wire crossing mean?

Answer

The wires are connected. Crossing without a dot means no connection.

Card 31concept
Question

Why must a transistor have a base resistor?

Answer

Without it the base takes whatever current the previous stage can supply, risking the transistor and stopping a divider working as a divider.

Card 32concept
Question

How is a relay drawn, and why?

Answer

Coil in the low-voltage circuit, contacts as a separate switch in the load circuit, joined only by a dashed line — which shows the two circuits are isolated.

7.4.74 cards

Card 33definition
Question

Name four sensors from the guide and what they measure.

Answer

Accelerometer — motion and orientation. Ultrasonic — distance by echo timing. Photoresistor — light. Hygrometer — humidity and air temperature.

Card 34example
Question

Why does an ultrasonic sensor suit a parking aid?

Answer

It measures distance without contact, works in the dark, and is unaffected by the colour of the obstacle.

Card 35concept
Question

What four things must be settled after choosing a sensor?

Answer

Whether its output is analogue or digital, whether it needs a divider, whether it needs amplifying, and exactly where it physically sits.

Card 36concept
Question

Why does sensor placement matter so much?

Answer

A sensor in the wrong place reads the wrong thing perfectly. A thermostat above a radiator switches the heating off while the room is cold.

7.4.84 cards

Card 37definition
Question

What does a decoupling capacitor do?

Answer

A 100 nF capacitor beside the supply pins supplies the brief surge when an output switches, so the rail does not dip and reset the chip.

Card 38concept
Question

Why does a switch need a pull-up resistor?

Answer

A switch alone connects the pin to 0 V when pressed and to nothing when released. The pull-up gives it a defined level the rest of the time.

Card 39definition
Question

What is debouncing?

Answer

Reading a mechanical switch twice a few milliseconds apart, because it bounces on contact and one press would otherwise look like several.

Card 40concept
Question

Why give a motor its own supply rail?

Answer

A motor draws several times its running current at start-up. Sharing a rail with the chip drags the supply down and resets it as the motor switches on.

7.4.94 cards

Card 41formula
Question

How many rows does a truth table need?

Answer

Two to the power of the number of inputs: four for two inputs, eight for three, sixteen for four.

Card 42definition
Question

What is the difference between combinational and sequential logic?

Answer

Combinational output depends only on the inputs now. Sequential output also depends on the previous state, so it needs a latch, flip-flop or counter.

Card 43example
Question

Convert 1011 to decimal.

Answer

Eight plus zero plus two plus one is eleven. Each place is twice the one to its right: 8, 4, 2, 1.

Card 44concept
Question

When does a product need sequential logic?

Answer

When it must remember something — a latching alarm that stays on after the intruder has gone, a counter, or a response that depends on what happened before.

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
IB Design Technology HL Topic 7.4 Flashcards | Electronic systems applied | Aimnova