BÊTACette plateforme est en développement actif ; des bugs, des fonctionnalités manquantes et un risque de perte de données sont possibles. Merci pour ton soutien !

Text, Sound & Images

Apprends en jouant

Réponds à ces questions pour gagner de l'énergie, puis pêche et explore. Sans compte.

Pour les profs : diapos de leçon, notes de révision, schémas prêts à l'emploi pour Text, Sound & Images (Computer Science, CIE) — utilise-les en cours, ou lance le thème en activité de classe interactive que tes élèves jouent en direct.

Notes de leçon

Character Sets

  • A character set is all characters and symbols a computer can represent; each character has a unique binary code.
  • Character sets are ordered logically (e.g., code for 'B' is one more than code for 'A').
  • They provide a standard for computers to communicate; without one, the same binary code could be interpreted differently.
  • The number of representable characters = 2^(number of bits used).
  • Two common character sets: ASCII (7-bit, 128 characters) and UNICODE (minimum 16-bit, 65,536+ characters).
  • ASCII covers English letters, digits, and some symbols; cannot represent other languages or emojis.
  • Extended ASCII uses 8 bits (256 characters), adding mathematical operators and symbols like ©.
  • UNICODE supports characters from all major languages and special symbols like emojis; uses more storage than ASCII.

Representing Sound – Sampling

  • Sound is originally analogue; it must be converted to digital via Analogue-to-Digital conversion (A2D).
  • The process measures the amplitude of the sound wave at regular intervals; each measurement is a sample.
  • Each sample is stored as a binary value; the collection of samples forms a digital representation of the wave.
  • The digital wave can be stored on secondary storage and played back by reversing the process.

Sample Rate and Sample Resolution

  • Sample rate is the number of samples taken per second, measured in Hertz (Hz) (1 Hz = 1 sample/second).
  • Higher sample rate → digital wave closer to original → better quality, but larger file size.
  • A typical audio CD uses a sample rate of 44.1 kHz (44,100 samples per second).
  • Sample resolution (or bit depth) is the number of bits stored per sample.
  • Higher sample resolution → more possible amplitude values → better quality, but larger file size.
  • Both high sample rate and high sample resolution increase playback quality and file size.

Bitmap Images

  • A bitmap image is made up of a grid of pixels (picture elements).
  • A pixel is the smallest element of a bitmap image; each pixel is stored as a binary code representing its colour.
  • More colours and more detail → higher quality → more binary data needed.

Resolution and Colour Depth

  • Resolution is the total number of pixels in an image, calculated as width × height (in pixels).
  • Higher resolution → more detail → larger file size.
  • Colour depth is the number of bits used per pixel; determines the number of possible colours (2colour depth).
  • Examples: 1-bit → 2 colours (black & white); 8-bit → 256 colours; 24-bit → 16.7 million colours (True Colour).
  • Higher colour depth → more colours → larger file size.
  • File size = width × height × colour depth (in bits).
  • A balance between quality and file size must be considered.

Analogue sound wave (blue) sampled at regular intervals to produce a digital wave (red). Vertical dashed lines show sample points.

Sampling an analogue sound wavesamples taken at regular intervals → digital

A bitmap image is a grid of pixels; each pixel stores a binary code representing its colour.

Bitmap Image StructureEach square is a pixel with a binary colour code

Diapos

Sign up free to view the lesson slides

Step through every slide for this topic — plus flashcards and revision notes — with a free account.

Questions d'entraînement

Aperçu gratuit — 8 sur 59 questions. Inscris-toi pour toutes les voir.
  1. 1.What is a character set?

    Easy
    • AAll the characters and symbols that can be represented by a computer system
    • BA set of instructions for encoding images
    • CA collection of fonts used in word processing
    • DA standard for compressing text files
  2. 2.How many bits does standard ASCII use to represent a character?

    Easy
    • A7 bits
    • B8 bits
    • C16 bits
    • D32 bits
  3. 3.Which character set can represent characters from all major languages around the world?

    Easy
    • AASCII
    • BExtended ASCII
    • CUNICODE
    • DEBCDIC
  4. 4.If an image has a resolution of 100 × 100 pixels and a colour depth of 4 bits, how many bits are needed to store the image?

    Medium
    • A10,000 bits
    • B40,000 bits
    • C100,000 bits
    • D400,000 bits
  5. 5.What is the sample rate of a typical audio CD?

    Easy
    • A44.1 kHz
    • B22.05 kHz
    • C96 kHz
    • D192 kHz
  6. 6.Which of the following is a benefit of using UNICODE over ASCII?

    Easy
    • AUNICODE uses fewer bits per character
    • BUNICODE can represent emojis and symbols from many languages
    • CUNICODE is faster to process
    • DUNICODE requires less storage space
  7. 7.A sound recording has a sample rate of 44.1 kHz and a sample resolution of 16 bits. If the recording is 10 seconds long, what is the approximate file size in bits? (Ignore any compression or header.)

    Medium
    • A7,056,000 bits
    • B44,100 bits
    • C705,600 bits
    • D441,000 bits
  8. 8.An image has a colour depth of 24 bits. How many different colours can it represent?

    Easy
    • A256
    • B65,536
    • C16,777,216
    • D24

Unlock all 59 questions & more

Crée un compte gratuit pour voir toutes les questions, les diapos, les cartes mémo et les notes de révision de ce thème.

Annales

Les annales d'entraînement pour ce thème arrivent bientôt.
Bientôt disponible