Data Representation Flashcards

1
Q

What is ASCII?

A
  • Uses seven bits, giving a char set of 128.

- This includes lower case, upper case, punctuation, numbers

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

What is UNICODE?

A
  • Universal code
  • Uses 16 bits giving over 65000 chars.
  • Suitable for languages other than English and allows symbols specific to languages.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does binary shift work?

A

left = multiply
right = diivide
X or / by 2 = one place to left or right
X or / by 4 = two places to left or right
X or / by 8 = three places to left or right

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

What is UNICODE?

A
  • Universal code
  • Uses 16 bits giving over 65000 chars.
  • Suitable for languages other than English and symbols specific to languages.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How does binary shift work?

A

left = multiply
right = diivide
X or / by 2 = one place to left or right
X or / by 4 = two places to left or right
X or / by 8 = three places to left or right

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

How does Huffman coding work?

A

Its lossless compression and is good in situations where you use a string multiple times.

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

Why must sound be converted?

A

To convert an analogue signal into a digital one for storage

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

How does a bitmap present an image?

A

A series of pixels.

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

What does increasing pixels do?

A

Increases the resolution of the image.

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

What do binary numbers represent in an image?

A

A single colour.

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

How can you present a greater range of colours?

A

Use a greater range of binary numbers.

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

What is sampling?

A

A method of converting an analogue sound into binary numbers that are then stored in a digital file.

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

What is sampling rate?

A

Number of samples taken per second.

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

What is sampling resolution?

A

The number of bits to represent each sample.

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

How do you work out the file size?

A

Length x sample rate x sampling resolution.

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

What is metadata?

A

Data about data.

17
Q

What is bit depth

A

Number of bits used to record each sample.

18
Q

What is colour depth?

A

To add colour, more bits are required for each pixel. The number of bits determines the range of colours. This is known as an image’s colour depth.