What does it mean for a signal to be digital, and how do binary numbers and the two logic levels represent information?
Describe digital logic levels, explain binary representation, and convert between small binary and denary numbers
A focused answer to the O-Level Electronics outcome on digital signals. Logic 0 and 1, why two levels are robust, binary place values, and converting between binary and denary numbers.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
SEAB wants you to describe the two digital logic levels, to explain how binary represents information, and to convert small numbers between binary and denary (everyday base ten). The central insight is that digital electronics uses only two voltage levels, called logic 0 and logic 1, because two well-separated levels are reliable and easy to process, and that any number or instruction can be coded as a pattern of these two states.
The answer
The two logic levels
A digital signal is allowed only two voltage levels:
- Logic 0 is a low voltage, near .
- Logic 1 is a high voltage, near the supply voltage.
There is a forbidden gap in between that the signal passes through quickly but never rests in. These two states are also called low and high, or off and on. Everything in a digital circuit is built from patterns of 0s and 1s.
Why two levels
Using only two levels makes digital circuits robust. Electrical noise adds small unwanted voltages, but because logic 0 and logic 1 are far apart, a little noise does not turn a clear 0 into a 1 or the other way round. Two levels are also easy to store, copy and process without the signal degrading, which is why computers, phones and memory all work digitally.
Binary numbers
Binary is the base-two number system, using only the digits 0 and 1, which matches the two logic levels exactly. Each binary digit (bit) has a place value that is a power of two. For a four-bit number the place values, from left to right, are:
So the binary number means .
Converting between binary and denary
- Binary to denary: write the place values above the bits, multiply each bit by its place value, and add them up.
- Denary to binary: find the largest place value that fits, put a 1 there, subtract it, and repeat with the remainder, putting 0s where a place value does not fit. For example, in denary is , so the bits at the and places are 1 and the rest are 0, giving .
Examples in context
Example 1. A four-bit counter display. A digital counter holds a number as four bits, lighting LEDs to show the pattern. The bits light the LEDs at the and places, which a reader decodes as . The two-level system means each LED is simply on or off, with no in-between brightness to misread.
Example 2. Reliable data over a long cable. Sending a digital signal down a long, noisy cable works because the receiver only has to decide whether each level is high or low, not measure an exact voltage. Noise that would ruin an analogue signal leaves the digital 0s and 1s readable, which is why digital communication dominates modern electronics.
Try this
Cue. Convert to denary. Place values give .
Cue. Convert the denary number to four-bit binary. , so the and places are 1: .
Cue. State the two logic levels and roughly what voltage each represents. Logic 0 is a low voltage near ; logic 1 is a high voltage near the supply voltage.
Exam-style practice questions
Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
Original3 marksConvert the binary number to denary, showing the place value of each digit.Show worked answer →
The place values from left to right are .
means .
So in binary equals in denary.
What markers reward: stating the place values as powers of two, multiplying each binary digit by its place value, and summing to . Showing the working earns the method marks even if the final sum slips.
Original4 marksExplain what is meant by logic level 0 and logic level 1 in a digital circuit, and state one advantage of using only two levels rather than a continuously varying signal.Show worked answer →
Logic level 0 is a low voltage (near ) and logic level 1 is a high voltage (near the supply voltage). A digital signal is allowed only these two levels.
One advantage is that two well-separated levels are robust against noise: small unwanted voltage changes do not push a clear 0 or 1 into the wrong state, so the information is reliable even on a noisy line.
What markers reward: logic 0 as a low voltage and logic 1 as a high voltage, and a sensible advantage such as noise immunity or easy, reliable processing and storage.
Related dot points
- State the function, symbol, truth table and Boolean expression of the AND, OR and NOT logic gates
A focused answer to the O-Level Electronics outcome on the basic logic gates. The AND, OR and NOT gates with their symbols, truth tables and Boolean expressions.
- Derive the truth table of a combinational logic circuit built from two or more gates and write its Boolean expression
A focused answer to the O-Level Electronics outcome on combinational logic. Building the truth table of a multi-gate circuit step by step and writing its Boolean expression.
- Compare analogue and digital signals, state the advantages of digital, and describe converting between the two
A focused answer to the O-Level Electronics outcome on analogue and digital signals. The key differences, the advantages of digital, and converting between analogue and digital.
- Design a simple logic system from a written specification by building its truth table and selecting the gates needed
A focused answer to the O-Level Electronics outcome on designing logic systems. Turning a written specification into a truth table, a Boolean expression and a gate circuit.