Everything that happens in the natural world — sound, light, temperature — varies smoothly and continuously. Computers, by contrast, speak only in ones and zeroes. The journey from a continuous, analogue signal to a discrete, digital value is one of the most fundamental ideas in KS3 computing.

What is an analogue signal?

An analogue signal is one that varies continuously and can take any value within a range. A vinyl record's groove moves the stylus by varying amounts corresponding to the exact shape of the original sound wave. A thermometer's mercury rises smoothly — it does not jump from 20°C to 21°C in a sudden step; it passes through every tiny fraction in between.

The key word is continuous: no value is skipped. The signal is an unbroken curve with infinitely many possible values between any two points.

Examples of analogue signals in everyday life:

  • The voltage on a telephone line carrying a voice call
  • The movement of a microphone diaphragm in response to sound
  • The brightness of daylight through a window

What is a digital signal?

A digital signal uses only a fixed set of discrete values — in computing, just two: 0 and 1 (low voltage and high voltage). There are no in-between states; the signal is always one or the other.

Think of a light switch: it is either on or off. Compare that with a dimmer switch, which is analogue — it can be set to any brightness level in a continuous range. A digital system works entirely with light switches; an analogue system works with dimmers.

The advantage of digital signals is noise immunity. Electrical noise in a cable might push a signal from 0.9 V to 1.1 V, but both values are still recognised as "high" (1) by a digital circuit. With analogue signals, that same noise permanently distorts the value and there is no way to distinguish it from the original.

How is an analogue signal converted to digital?

A device called an Analogue-to-Digital Converter (ADC) samples the analogue signal at regular intervals and records a digital value for each sample. This process involves two key measurements:

Setting What it measures Effect of increasing it
Sampling rate How many samples are taken per second (Hz) More detail over time — higher frequencies captured
Bit depth How many bits represent each sample's value More possible amplitude levels — closer to the original

Example — recording audio:

The human ear hears frequencies up to about 20,000 Hz. To accurately represent sound digitally, the Nyquist theorem requires a sampling rate of at least double the highest frequency — hence the CD audio standard of 44,100 samples per second (44.1 kHz). Each sample is stored as a 16-bit value, giving 65,536 possible amplitude levels per sample.

Why does bit depth matter for quality?

Imagine measuring the height of a wave using a ruler that only has three marks: low, medium, and high. You would have to round every measurement to the nearest mark — and two waves that are actually different heights might be recorded identically.

That rounding error is called quantisation error. The more bits you use, the more marks on your ruler, and the smaller the error:

Bit depth Amplitude levels Quantisation error
4-bit 16 Very noticeable
8-bit 256 Moderate (old games audio)
16-bit 65,536 Negligible (CD quality)
24-bit 16,777,216 Inaudible (studio recording)

What are the advantages of digital over analogue?

Property Analogue Digital
Noise resistance Poor — noise permanently distorts the signal Excellent — noise is filtered out
Copying quality Each copy degrades (generation loss) Perfect copies with no degradation
Storage Requires physical medium (tape, vinyl) Stored as binary data on any medium
Processing Difficult to manipulate with software Easy — any software can process bits
Transmission Degrades over distance Can be regenerated — retransmitted perfectly

This is why digital music replaced cassette tapes: each analogue copy introduced hiss and distortion, but a digital copy is bit-for-bit identical to the original indefinitely.

Where do analogue signals still matter today?

Despite digital's advantages, analogue signals are unavoidable at the physical boundary between the digital world and the real world. Microphones produce analogue voltages; speakers require analogue currents to move their cones; sensors measure continuous physical quantities. Every digital device that interacts with the real world contains ADCs (to read sensors) and Digital-to-Analogue Converters (DACs) (to drive speakers and motors). The digital core may be invisible, but it is always framed by analogue interfaces.

Frequently asked questions

Why can digital signals be copied perfectly but analogue signals cannot?

A digital signal is stored as exact binary values — 0 or 1. Copying them is like copying a typed document: the destination is identical to the source. An analogue signal is more like tracing a drawing by hand: tiny inaccuracies accumulate, and each copy of a copy drifts further from the original. This is why old cassette tapes copied from cassettes sounded progressively worse, while a digital audio file copied a million times is unchanged.

What is sampling rate and why does a higher rate mean better quality?

Sampling rate is how many times per second the ADC measures the analogue signal. A higher rate captures more of the signal's variation, particularly its high-frequency components. Too low a sampling rate and high-frequency information is lost — a phenomenon called aliasing, where high-frequency components are misrepresented as lower frequencies. The CD standard of 44.1 kHz captures all frequencies up to 22.05 kHz, safely covering the full range of human hearing.

Are analogue signals ever better than digital?

For audio purists, this is a long-running debate. Vinyl records are analogue and theoretically capture infinitely fine detail, whereas a digital recording is always an approximation with finite bit depth. In practice, the difference is inaudible to most people and is overshadowed by digital's advantages in storage, copying, and transmission. For computing purposes, digital is the correct choice for all data storage and processing.

What is the difference between an ADC and a DAC?

An ADC (Analogue-to-Digital Converter) converts a continuous analogue signal into a sequence of binary numbers — used when a computer needs to read a sensor or a microphone. A DAC (Digital-to-Analogue Converter) converts binary numbers back into a continuous signal — used when a computer drives a speaker or a motor. Every smartphone contains both: the ADC reads the microphone during a call, and the DAC drives the earpiece speaker.


Get clear on analogue and digital with Professor Turing at aitutors.me — Socratic questions and worked examples to make the distinction stick.