Memory & StorageKey Facts

ASCII: The Foundation (1963)

Part of Character SetsGCSE Computer Science

This key facts covers ASCII: The Foundation (1963) within Character Sets for GCSE Computer Science. Revise Character Sets in Memory & Storage for GCSE Computer Science with 15 exam-style questions and 18 flashcards. This topic appears less often, but it can still be a useful differentiator on mixed-topic papers. It is section 3 of 10 in this topic. Use this key facts to connect the idea to the wider topic before moving on to questions and flashcards.

Topic position

Section 3 of 10

Practice

15 questions

Recall

18 flashcards

ASCII: The Foundation (1963)

ASCII = American Standard Code for Information Interchange

Key Facts:

  • 7 bits: 2⁷ = 128 possible characters (0-127)
  • Coverage: English alphabet, numbers, punctuation, control codes
  • Designed for: English language, teletype machines, early computers
  • File size: 1 byte per character (8 bits, with 1 bit spare)

ASCII Character Ranges:

  0-31:    Control characters (e.g., newline, tab, delete)
  32:      Space
  33-47:   Punctuation (! " # $ % & ' ( ) * + , - . /)
  48-57:   Digits (0-9)
  58-64:   More punctuation (: ; < = > ? @)
  65-90:   Uppercase letters (A-Z)
  91-96:   Brackets and symbols ([ \ ] ^ _ `)
  97-122:  Lowercase letters (a-z)
  123-127: More symbols ({ | } ~ DEL)
  

Common ASCII Codes (Memorize These!):

Character ASCII Code Binary Hex
0 (digit)480011000030
9 (digit)570011100139
A (uppercase)650100000141
Z (uppercase)90010110105A
a (lowercase)970110000161
z (lowercase)122011110107A
Space320010000020

Clever ASCII Patterns:

  • 'A' = 65, 'B' = 66, 'C' = 67... Sequential codes make alphabetical sorting easy
  • Uppercase → Lowercase: Add 32 ('A' (65) + 32 = 'a' (97))
  • Digit characters: '0'=48, '1'=49... To get numeric value, subtract 48

Keep building this topic

Read this section alongside the surrounding pages in Character Sets. That gives you the full topic sequence instead of a single isolated revision point.

Practice Questions for Character Sets

How many bits does standard ASCII use to represent each character?

  • A. 4 bits
  • B. 7 bits
  • C. 8 bits
  • D. 16 bits
1 markfoundation

Explain why using Unicode to store a text file produces a larger file than using ASCII to store the same text.

3 marksstandard

Quick Recall Flashcards

Want to test your knowledge?

PrepWise has 15 exam-style questions and 18 flashcards for Character Sets — with adaptive difficulty and instant feedback.

Join Alpha