C1.2 Text, Sound, and images

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/10

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:55 PM on 4/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

11 Terms

1
New cards

Why does a computer use of character sets?

To convert human-readable text, symbols, and numbers into binary code that computers can process, store, and communicate.

2
New cards

How is text converted into binary by a computer?

By assigning every character a unique numerical code using standardized encoding systems like ASCII or Unicode

3
New cards

How many bits does ASCII code use?

The ASCII uses 7 bits to encode characters, meaning it can represent 128 different characters

4
New cards

How many bits does Unicode code use?

Unicode was developed to use 16 bits, which means it can represent 65,536 different combinations.

5
New cards

How does a computer represent sound?

Analogue sound is converted to digital by taking measurements of the sound wave at regular intervals. These measurements are then converted into binary. This process is called sampling.

6
New cards

Define sample rate and sample resolution

Term

Essential Exam Description

Sample Rate

number of samples taken in a second

Sample Resolution

number of bits per sample

7
New cards

How do sample rate and bit depth (resolution) influence the accuracy and storage requirements of a sound file?

The accuracy of the recording and the file size increases as the sample rate and resolution increase.

8
New cards

What is a pixel?

A pixel (picture element) is the smallest identifiable piece of an image.

9
New cards

How do computers represent images?

Computers represent images by breaking them down into pixels . Each pixel is assigned a specific binary number that represents its color.

10
New cards

Define resolution and colour depth.

Term

Essential Exam Description

Image resolution

number of pixels in the image

Colour depth

number of bits to represent each colour

11
New cards

What happens if resolution and colour depth increase?

The file size and image quality increase.