Topic 1: Data Representation Flashcards

1
Q

Hexadecimal

A

A base 16 number system thatr uses the value 0-9 and characters A-F

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Binary

A

A base 2 numbers system that uses the values 1 and 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Analogue data

A

A continous stream of data that is processed by humans

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Logic Gate

A

A very small componenet in a computer system that controls the flow of electricty.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Digital data

A

Discrete data that only uses the values 1 and 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Register

A

A small componenet in a computer system that is used to temproarliy store data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Denary

A

A base 10 number system that uses the values 0-9

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

MAC Address

A

A unique address that is given to a somputer at the manufacturing stage that can be used to identify the computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Overflow error

A

A type of error that occurs when a number larger than a register can be store is generated.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Character Set

A

It contains all the characters that are in the character set and the binary value that is assigned to each character.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Pixel

A

A very small dot of color that is displayed with many other to create an image.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Resolution

A

The dimenstion of an image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Metadata

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

colour depth

A

The number of bits that are used to create each color in an image.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Sound Sampling

A

A little piece of sound that is recorded at regualr time intervals.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Sample Rate

A

The number of samples recorded each second.

17
Q

Sample Resolution

A

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

18
Q

Compression

A

A method that uses an algorithm to reduce the size of the file.

19
Q

Lossy

A

A compression method that reudce the size of a file by permenatly removing data.

20
Q

Lossless

A

A compression method that reduces the size of a file by temporrliy alternating the data.

21
Q

Perceputal music shaping

A

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

22
Q

Run length encoding (RLE)

A

An algorithm that groups together repeating patterns and indexes them.