---
title: "Why a Computer Works with Only Two Symbols"
description: "Inside the machine every value is a pattern of switches that are either on or off. Two states can be told apart reliably in a circuit, which is the reason a computer counts in twos rather than tens."
canonical: https://lightmysky.com/learn/computing/why-a-computer-works-with-only-two-symbols-mt_r0wLIjpi5R
source: https://lightmysky.com/learn/computing/why-a-computer-works-with-only-two-symbols-mt_r0wLIjpi5R.md
retrieved: 2026-09-12
---

> **Agent view.** This is the Markdown twin of the page, for tools and assistants.
> When to use this site, and the call that answers each job: https://lightmysky.com/agent-instructions.md
> API description (OpenAPI 3.1): https://lightmysky.com/openapi.json · Authentication: https://lightmysky.com/auth.md
> Pricing: https://lightmysky.com/pricing.md · Catalog: https://lightmysky.com/llms.txt · Full catalog: https://lightmysky.com/llms-full.txt
> Every machine-readable file on this domain: https://lightmysky.com/.well-known/ai-catalog.json
> Ask for Markdown with `Accept: text/markdown`, a `.md` address, or `?mode=agent`.

# Why a Computer Works with Only Two Symbols

Inside the machine every value is a pattern of switches that are either on or off. Two states can be told apart reliably in a circuit, which is the reason a computer counts in twos rather than tens.

Subject: Computing · Area: Computing Fundamentals · Ages 12 to 13
Page: https://lightmysky.com/learn/computing/why-a-computer-works-with-only-two-symbols-mt_r0wLIjpi5R

## Ready when they can

- Explain why two states are easier for a circuit to keep apart than ten
- Count how many patterns a given number of switches can make, and check that it doubles with each extra switch
- Say what a bit is and what a byte is, without converting any numbers

## Lesson: Why computers count in twos

Every game you play and every song you stream on your phone is, underneath, millions of switches flicking on and off, because every value inside a computer is a pattern of switches that are on or off. Two states are easy to tell apart in a circuit, while ten close levels blur together, which is why a computer counts in twos rather than tens.

One switch is called a bit. Eight bits grouped together are called a byte, the chunk that usually stands for one character. Eight switches make 256 patterns. No converting is needed to use these words well.

**Example.** Each extra switch doubles the patterns: one switch makes 2, two make 4, three make 8, four make 16. Doubling each time is the whole trick, so four switches hold 16 patterns.

To count patterns, start at 2 and double for each switch. Never add: three switches give 8, not 6.

**Recap.** Two states survive circuits, each switch doubles the patterns, and eight bits make a byte.

## Practice

8 questions on this page, each with its working shown.

## Needs first

- [Inside the Box: Input, Processing, Storage and Output](https://lightmysky.com/learn/computing/inside-the-box-input-processing-storage-and-output-mt_Oms8067Pnm)

## Opens up

- [An Agreed Code: How the Same Bits Mean Letters or Colours](https://lightmysky.com/learn/computing/an-agreed-code-how-the-same-bits-mean-letters-or-colours-mt_IQY-PHtZVZ)
- [Binary Numbers and Place Value](https://lightmysky.com/learn/computing/binary-numbers-and-place-value-mt_t67akIKBmI)
