베타이 플랫폼은 활발히 개발 중이에요; 버그, 미완성 기능, 데이터 손실 위험이 있어요. 응원해 주셔서 감사해요!

Text, Sound & Images

플레이하며 배우기

이 문제들을 풀어 에너지를 얻은 뒤 낚시하고 탐험하세요. 계정이 필요 없어요.

선생님을 위해: Text, Sound & Images(Computer Science, CIE)을(를) 위한 바로 쓸 수 있는 수업 슬라이드, 복습 노트, 다이어그램 — 수업에 사용하거나, 학생들이 실시간 게임으로 즐기는 인터랙티브 클래스 활동으로 진행하세요.

수업 노트

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

슬라이드

Sign up free to view the lesson slides

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

연습 문제

무료 미리 보기 — 59개 중 8개 문제. 가입하면 전부 볼 수 있어요.
  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

무료 계정을 만들어 이 주제의 모든 문제, 슬라이드, 플래시카드, 복습 노트를 확인하세요.

기출 문제

이 주제의 기출 문제 연습이 곧 나와요.
곧 출시