Skip to content
Educator
KS3 Computer Science

Representing Text

17 questions2 subtopics
Practise all 17 questions free →

What's covered

ASCII — Characters as Numbers9
Unicode — Beyond ASCII8

Key facts

1

ASCII — Characters as Numbers

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

2

Unicode — Beyond ASCII

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

ASCII — Characters as Numbers

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

4

Unicode — Beyond ASCII

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

5

ASCII — Characters as Numbers

Lowercase 'a' is ASCII 97.

6

Unicode — Beyond ASCII

Unicode includes emoji as well as letters.

7

ASCII — Characters as Numbers

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

8

Unicode — Beyond ASCII

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

9

ASCII — Characters as Numbers

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

10

Unicode — Beyond ASCII

Unicode is NOT limited to English — it covers Chinese, Arabic, Japanese, Hindi, Hebrew, Cyrillic, and many more.

Sample questions

A taste of the 17 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

📖 All KS3 Computer Science key terms & vocabulary →