Skip to content
Educator
KS3 Computer Science

Representing Text

20 questions2 subtopics
Practise all 20 questions free →

What's covered

ASCII — Characters as Numbers10
Unicode — Beyond ASCII10

Key facts

1

Standard ASCII uses 7 bits per character, with 128 possible code values (0–127).

2

The first 128 Unicode characters are identical to ASCII (one-to-one), so plain ASCII text is also valid Unicode — they are NOT completely different systems.

3

In ASCII, capital 'A' is encoded as 65.

4

Unicode uses more bits per character on average because there are far more characters to distinguish.

5

Lowercase 'a' is ASCII 97.

6

Unicode covers most of the world's languages and scripts.

7

Standard ASCII canNOT encode Chinese, Arabic, or Japanese — it only covers the basic Latin alphabet.

8

Unicode includes emoji as well as letters.

9

ASCII is a character encoding standard that maps characters to numbers.

10

Modern Unicode can represent over a million possible characters (codepoints).

Sample questions

A taste of the 20 questions in this topic, answers marked. Sign up to practise the full set with spaced repetition.

1ASCII — Characters as Numbers

Why do computers need character codes?

  • To make characters appear bigger
  • To make the keyboard run faster
  • To remove characters from screen
  • To store text as numbers internally
2Unicode — Beyond ASCII

Why was Unicode created?

  • To reduce the file size of text documents
  • To replace binary with a faster encoding
  • To standardise keyboard layouts worldwide
  • To support more languages
3ASCII — Characters as Numbers

What is the ASCII code for lowercase 'a'?

  • Forty-eight (48, the digit 0 code)
  • Ninety-seven (97, lowercase)
  • Sixty-five (65, capital A code)
  • Thirty-two (32, the space code)
4Unicode — Beyond ASCII

How does Unicode compare to ASCII?

  • Is exactly the same as ASCII
  • Supports far fewer characters
  • Supports far more characters
  • Uses no bits per character
5ASCII — Characters as Numbers

How many bits does standard ASCII use per character?

  • Eight bits per char
  • Seven bits per char
  • Sixteen bits per char
  • Thirty-two bits per char
6Unicode — Beyond ASCII

Roughly how many characters can modern Unicode represent?

  • Just one thousand characters
  • Just ten thousand characters
  • Just two hundred characters
  • Over one million characters

Try it for four weeks. Free.

One school. Unlimited classes. No card limit. No teacher limit. If your students aren't practising daily by the end of the trial, you owe us nothing.

More KS3 Computer Science topics