1.2 Memory & Storage Part 2 Flashcards

1
Q

What is a character set + examples&how many bits

A

Collections of characters that a computer recognises from their binary representation.

E.g ASCII- 7 bits, Extended ASCII- 8 bits, Unicode- 16 bits

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

Give the calculation for file size of an image

A

File size = resolution x colour depth

Resolution- width x height
Colour depth- number of bits used for each pixel
2 to the power of 2bits = 4 colours
2 to the power of 3bits = 8 colours

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

What is metadata

A

Information stored in an image file about the picture

E.g resolution, colour depth, file format

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

Give the calculation for file size of a sound file

A

File size = sample rate x bit depth x duration

Sample rate- number of samples stored per second
Bit depth- number of bits stored per sample

Amplitude of a wave is sampled

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

What’s a bitmap and vector

A

Bitmap- constructed from pixels
Vector- mathematics used to draw shapes are stored

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

What’s lossy compression

A

Data is permanently deleted to reduce number of bits in the file so the size is lower. Algorithms are used to guess removed content

Greatly reduces file size but reduces image/sound quality and cannot be recovered.

Suitable for images, sound and video but cannot be used on text files and executable files.

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

What’s lossless compression

A

Finds groups of repeating data and records it on,h once and how many times it’s repeated so no data is lost and it can be recovered.

It can be used on all file types but is less affective than lossy at reducing file size. Most suitable for documents and executable files.

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