Data Representation Digital Technologies

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/25

flashcard set

Earn XP

Description and Tags

ICAS YR7

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards

ASCII

A system where each character is stored as a number, like A = 65.

2
New cards

"A"

Character with ASCII value 65 (capital A).

3
New cards

"a"

Character with ASCII value 97 (lowercase a).

4
New cards

"0"

Character with ASCII value 48 (the digit zero).

5
New cards

Text in computers

Text is stored using ASCII codes that map characters to numbers.

6
New cards

Pixel

The smallest dot in an image, each with its own colour.

7
New cards

Image resolution

How many pixels are in an image; more pixels means more detail.

8
New cards

RGB

A colour model using Red, Green, and Blue light to make colours.

9
New cards

RGB value range

Each RGB colour channel can have a value between 0 and 255.

10
New cards

Black pixel

A pixel where R=0, G=0, B=0; no light means black.

11
New cards

White pixel

A pixel where R=255, G=255, B=255; full light = white.

12
New cards

Red pixel

A pixel with R=255, G=0, B=0; bright red.

13
New cards

Green pixel

A pixel with R=0, G=255, B=0; pure green light.

14
New cards

Blue pixel

A pixel with R=0, G=0, B=255; pure blue light.

15
New cards

Colour depth

The number of bits used to store a pixel’s colour.

16
New cards

8-bit colour

Uses 8 bits to store colour; allows 256 possible colours.

17
New cards

24-bit colour

Uses 24 bits total (8 per RGB); allows over 16 million colours.

18
New cards

Sound sampling

Measuring sound regularly to convert it into digital data.

19
New cards

Sampling rate

How many samples are taken per second (higher = better sound).

20
New cards

Bit depth (audio)

How many values each sound sample can store (e.g. 16-bit = 65,536).

21
New cards

High sampling rate

More samples per second, capturing more sound detail.

22
New cards

Low bit depth

Fewer levels of sound per sample, giving lower audio quality.

23
New cards

Binary

A number system using only 0s and 1s; used in all digital tech.

24
New cards

Why binary is used

Computers use binary because they only detect on/off (1/0) signals.

25
New cards

Data representation

How computers store data like text, images, and sound using numbers.

26
New cards

What is ASCII stored in, in computers?

ASCII is stored as binary code, where each character is represented by a unique 7 or 8-bit binary number, allowing computers to interpret and display text.