1.3 Data Storage and Compression Flashcards

1
Q

What are the 9 units of measuring data?

A

Bit
Nibble
Byte
Kibibyte
Mebibyte
Gibibyte
Tebibyte
Pebibyte
Exbibyte

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

How Bits many are in a nibble?

A

4

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

How Bits many are in a Byte?

A

8

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

From Kibibyte to Exbibyte what is the amount needed to reach the next unit?

E.g. kibibyte to Mebibyte

A

1024 needed for every step

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

What does Compression do?

A

Compression exists to reduce the size of the file

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

Name all four benefits of compressing a file.

A
  1. not as much storage space needed to store the file
  2. it will take less time to transmit the file from one device to another
  3. it will be quicker to upload and download the file
  4. Not as much bandwidth is needed to transmit the file over the internet
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the two types of compression?

A

lossy and lossless

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

What is the difference between how lossy and lossless compress data?

A

lossy reduces file size by PERMANENTLY removing data while lossless reduces file size by TEMPORARILY altering the data

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

What are some examples of unnecessary data that lossy can remove in an image file?

A

Unnecessary data that is removed are colors the eye cannot distinguish. This means that a lossy compression algorithm for an image file could reduce the size of the file by reducing the color depth. It could also reduce the size of the file by reducing the image resolution, reducing the number of pixels used to create the image

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

What is perceptual music shaping?

A

a process that is used in lossy compression that removes sound that cannot be normally heard by the human ear

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

What is run-length encoding (RLE)?

A

run-length encoding (RLE) is an algorithm that groups together repeating patterns and indexes them

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