Topic 3 -Fundamentals of Data Representation Flashcards

1
Q

What is denary?

A

0 - infinite

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

What is binary?

A

0’s and 1’s

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

What does a left binary shift do?

A

x2

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

What does a right binary shift do?

A

Divide 2

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

0 + 0 =

A

0

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

0 + 1 =

A

1

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

1 + 1 =

A

0 carry 1

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

1 + 1 + 1=

A

1 carry 1

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

1 + 1 + 1 + 1=

A

0 carry 1 two spaces

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

What is hexadecimal?

A

0 -9
A = 10
B = 11
C=12
D = 13
E =14
F = 15

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

What is ASCII?

A

A character set that uses 7 bits to represent numbers, symbols and characters

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

What is a disadvantage of ASCII?

A

Only in one language

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

What is unicode?

A

A character set based of ASCII for backwards compatibility that represents all major languages.
Uses 16 bits

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

What is resolution?

A

Total number of pixels

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

What is a pixel?

A

The smallest element of an image

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

What is a bitmap?

A

A grid arrangement of pixels

17
Q

What is colour depth?

A

The number of bits needed to store all the colours

18
Q

What is the formula for representation size?

A

Representation size = no. of pixels x colour depth

19
Q

What is metadata?

A

Data about data

20
Q

What happens if you enlarge a bitmap?

A

It becomes pixelated

21
Q

What are vector graphics?

A

Images that never become pixelated because they are redrawn to size.
Eg. logos

22
Q

What is amplitude?

A

The ‘height’ of the sound wave

23
Q

What is sampling?

A

Taking a reading at regular intervals

24
Q

What is sample rate?

A

The number of samples per second

25
What is sample rate measure in?
Hertz
26
What is sample size/ resolution?
The number of bits per sample
27
What is the formula for representation size?
Sample rate x sample size x duration
28
What does compression do?
Makes files smaller therefore reducing storage space
29
What is lossy compression?
When you remove unimportant data that can never be restored
30
What is lossless compression?
When you restore data it is the same as original
31
What is run-length-encoding?
Grouping repeated data
32
How do Huffman trees work?
They calculate the frequency of characters and create a binary tree
33
What does the left side of a Huffman tree represent?
0
34
What does the right side of a Huffman tree represent?
1