Data Representation Flashcards

1
Q

What is a character set?

A

A defined list of characters recognised by a unique binary number.

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

Give some examples of character sets

A

ASCII, Unicode

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

What does ASCII stand for?

A

American standard for information interchange

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

What makes Unicode special?

A

It is international

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

What are the two ways images can be stored?

A

Bitmaps , vectors

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

What are bitmaps made up of?

A

Coloured squares

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

How are vectors made?

A

They store the mathematics to draw coloured shapes

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

What does the number of bits required for pixel depend on?

A

The number of colours required

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

How can the number of coloured be calculated?

A

2^n

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

What is the number of bits used for each pixel known as?

A

Colour depth

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

What is metadata?

A

Additional data stored within the image

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

Examples of metadata are…

A

Image width, height , colour depth, colour palette

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

Does the file size decrease or increase when the colour depth and resolution are increased?

A

Increase

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

What do bitmaps usually store?

A

Pictures

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

What do vectors usually store?

A

Technical drawings, logos, clip art

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

What is the sound file size?

A

The total number of bits in a sound

17
Q

How is the sound file size found?

A

Number of samples per second X number of bits per sample X length of sample in seconds

18
Q

What is the boy depth?

A

The number of bits stored per sample

19
Q

The higher the number of bits … the greater/worse the quality of sound?

A

Greater

20
Q

What is sample rate?

A

The number of samples stored per second

21
Q

What is compression?

A

Reducing the number of bits in a file

22
Q

Why is compression used?

A

To make the storage capacity of a file lower, making transfer of the file quicker

23
Q

What are the differences of lossy and lossless compression?

A

LOSSY:
-some of the data is lost and cannot be recovered
-Greatly reduces file size
-Reduces the quality of the image/sound

LOSSLESS:
-None of the data is lost, it is encoded differently
-Can be turned back into the original format
-Less effective than Lossy

24
Q

What type of files can Lossy work on?

A

Images, sound, video

25
Q

What types of file can Lossless work on?

A

Any