iGCSE CS - Data Representation

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

1/46

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:57 PM on 8/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

47 Terms

1
New cards

All data must be converted to — before a computer can understand and process it

Binary

2
New cards

Define Denary number system

Denary is a number system that is made up of 10 digits, 0-9

It is a base-10 number system

3
New cards

Define binary

Binary is a base-2 number system, made up of 1s and 0s.

<p>Binary is a base-2 number system, made up of 1s and 0s. </p><p></p><p></p>
4
New cards

Define Hexadecimal

Hexadecimal is a number system made up of 16 digits - 10 numbers (0-9) and 6 letters (A-F)

Base-16 number system

5
New cards

2 reasons why hexadecimal > binary

  • more bits in binary make it harder for humans to read

  • binary is more prone to errors when being copied

6
New cards

3 examples of where hexadecimal is used

  • MAC addresses

  • Color codes

  • URLs

7
New cards

MAC addresses consist of 12 — digits = 48 — digits. Writing down or performing calculations with 48 — digits makes it very easy to make a mistake.

Hexadecimal

Binary

Binary

8
New cards

A typical hexadecimal color code consists of — hexadecimal digits = — binary digits

6

24

9
New cards

Define Character Set

All the characters and symbols that can be represented by a computer system. Each character is given a unique binary code and are ordered logically.

10
New cards

A character set provides a — for computers to — and…

Standard

Communicate and send/receive information

11
New cards

Name the 2 common character sets

  • ASCII

  • UNICODE

12
New cards

ASCII uses — bits, providing maximum — characters

  • 7 bits

  • 128 characters

13
New cards

Extended ASCII uses — bits, providing — maximum characters. It provides essential characters such as — — and more recent symbols

  • 8 bits

  • 256

  • mathematical operators

14
New cards

List the 3 limitations of ASCII and Extended ASCII

  1. ASCII has a limited n.o characters so it only represents the English alphabet and numbers, along with some characters

  2. Cannot represent characters from other languages

  3. No modern symbols or emojis

15
New cards

UNICODE uses a minimum of — bits, providing — characters max. It can represent characters from all major languages in the world.

16

65,536 characters

16
New cards

One drawback of ASCII

Uses more storage space

17
New cards

Describe the process of Analogue to Digital conversion

  1. Measure amplitude of the analogue sound wave at a point in time, called samples

  2. Each measurement/sample generates a value which is represented in binary and stored

  3. Using the samples, a computer is able to generate a digital version of the original wave

  4. Digital wave is stored on secondary storage and can be replayed back at any time by reversing the process

18
New cards

Define sample rate + unit of measurement

The amount of samples taken per second of the analogue wave

Hertz (Hz)

19
New cards

Samples are taken each second for the — of the sound.

Duration

20
New cards

The higher the sample rate, the…

Closer to the original sound wave the digital version looks

21
New cards

Define sample resolution

Number of bits stored per sample of sound

22
New cards

A bitmap image is made up of squares called —

Pixels

23
New cards

A pixel is the — — of a bitmap image

Smallest element

24
New cards

Each pixel is stored as..

A binary code - this is unique to colour of each pixel

25
New cards

Define resolution and how to calculate

The total number of pixels that make up a bitmap image

Image height x image width

26
New cards

Define colour depth

Number of bits stored per pixel in a bitmap image

Dependent on the number of colours needed in the image

27
New cards

How to calculate amount of colours from the colour depth?

2 to the power of n, n being colour depth

28
New cards

As resolution and colour depth increases, the file size — on — storage

  • increases

  • secondary

29
New cards

Simply name all the units of data storage in increasing order first

  • Bit

  • Nibble

  • Byte

  • Kibibyte

  • Mebibyte

  • Gibibyte

  • Tebibyte

  • Pebibyte

  • Exbibyte

30
New cards

How many bits in a nibble

4

31
New cards

How many bits in a byte

8

32
New cards

How many bytes in a kibibyte

1024

33
New cards

Describe converting between units

knowt flashcard image
34
New cards

Give the 2 formulae for calculating the size of a bitmap image

Resolution x Colour Depth

Image Width x Image Height x Colour Depth

35
New cards

Formula for calculating size of a sound file

Sample Rate x Duration x Sample Resolution

36
New cards

Define Compression

Reducing the file size so that it takes up less storage space on secondary storage

37
New cards

3 effects of compression

  • Less storage space required

  • Less bandwidth required

  • Shorter transmission time

38
New cards

Name 2 types of compression

Lossy and lossless

39
New cards

Define Lossy compression

  • When data is lost in order to reduce the size on secondary storage

  • Greatly reduces the file size but at the expense of losing quality

  • Irreversible

40
New cards

Define lossless compression

  • when data is encoded in order to reduce the file size on secondary storage

  • File size reduction not as dramatic

  • Reversible

41
New cards

Define Run Length Encoding (RLE) and e.g

A form of lossless data compression that condenses identical elements into a single value, with a count

E.g: AAAABBBCC is compressed to 4A3B2C

42
New cards

RLE is used in — — to compress sequences of the — —

  • bitmap images

  • same colour

43
New cards
44
New cards
45
New cards
46
New cards
47
New cards