Skip to main content
SingaporeElectronicsSyllabus dot point

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.

Generated by Claude Opus 4.88 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

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 0 V0\ \text{V}.
  • 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:

84218 \quad 4 \quad 2 \quad 1

So the binary number 11011101 means (1×8)+(1×4)+(0×2)+(1×1)=13(1 \times 8) + (1 \times 4) + (0 \times 2) + (1 \times 1) = 13.

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, 1010 in denary is 8+28 + 2, so the bits at the 88 and 22 places are 1 and the rest are 0, giving 10101010.

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 01100110 light the LEDs at the 44 and 22 places, which a reader decodes as 66. 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 01010101 to denary. Place values 8,4,2,18, 4, 2, 1 give (0×8)+(1×4)+(0×2)+(1×1)=5(0 \times 8) + (1 \times 4) + (0 \times 2) + (1 \times 1) = 5.

  • Cue. Convert the denary number 1212 to four-bit binary. 12=8+412 = 8 + 4, so the 88 and 44 places are 1: 11001100.

  • Cue. State the two logic levels and roughly what voltage each represents. Logic 0 is a low voltage near 0 V0\ \text{V}; 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 10111011 to denary, showing the place value of each digit.
Show worked answer →

The place values from left to right are 8,4,2,18, 4, 2, 1.

10111011 means (1×8)+(0×4)+(1×2)+(1×1)=8+0+2+1=11(1 \times 8) + (0 \times 4) + (1 \times 2) + (1 \times 1) = 8 + 0 + 2 + 1 = 11.

So 10111011 in binary equals 1111 in denary.

What markers reward: stating the place values as powers of two, multiplying each binary digit by its place value, and summing to 1111. 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 0 V0\ \text{V}) 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