Chapter 1 - Data Representation

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

1/33

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

34 Terms

1
New cards

Hexadecimal

a base-16 number system that uses the values 0-9 and characters A-F.

2
New cards

Binary

a base-2 number system that uses the values 0 and 1.

3
New cards

Denary

Base 10 number system, how we normally count, uses digits 0 to 9.

4
New cards

ASCII

a code for representing English characters as numbers, with each letter assigned a number from 0 to 127

5
New cards

Unicode

A character code that enables most of the languages of the world to be symbolized with a special character identification.

6
New cards

overflow

error that results when the number of bits is not enough to hold the number.

7
New cards

two's complement

A method of representing negative numbers in the binary system.

8
New cards

resolution

the dimensions of an image

9
New cards

metadata

additional data that is stored with an image that can provide information such as the dimensions of the image and the time and date the image was taken

10
New cards

colour depth

the number of bits that are used to create each colour in an image

11
New cards

sound sampling

a little piece of sound that is recorded at regular time intervals.

12
New cards

sample rate

the number of samples recorded each second.

13
New cards

sample resolution

the number of bits that are used to record each sound sample.

14
New cards

Bitmap

an image composed of pixels with a fixed resolution

15
New cards

Bit

This is the smallest measurement for data

16
New cards

Nibble

4 bits or half a byte (1 hex digit)

17
New cards

Byte

8 bits = 1 byte enough for one letter in English

18
New cards

Kibibyte (KiB)

1024 bytes

19
New cards

Mebibyte (MiB)

1024 kibibytes

20
New cards

Gibibyte (GiB)

1024 mebibytes

21
New cards

Tebibyte (TiB)

1024 gibibytes

22
New cards

Pebibyte (PiB)

1024 tebibytes

23
New cards

Exbibyte (EiB)

1024 pebibytes

24
New cards

Compression

a method that uses an algorithm to reduce the size of a file

25
New cards

lossy

a compression method that reduces the size of a file by permanently removing data.

26
New cards

lossless

a compression method that reduces the size of a file by temporarily altering the data.

27
New cards

perceptual music shaping

a process that is used in lossy compression that removes sounds that are not normally heard by the human ear.

28
New cards

Run Length Encoding (RLE)

an algorithm that groups together repeating patterns and indexes them.

29
New cards

PDF

Fixed layout document that maintains its original appearance regardless of the software used to view it

30
New cards

JPG

Lossy compressed files commonly used for website images

31
New cards

GIF

Lossy compressed images using only 256 colours, used for simple web graphics

32
New cards

PNG

Lossless compressed format using an alpha channel to preserve transparent backgrounds

33
New cards

MP3

Lossy compressed music format

34
New cards

MP4

a lossy compressed file format that can be used for audio and video; appropriate for streaming