unit 1.3 Data storage and compression Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Data measurement units

A

Bit- This is the smallest measurement of data.
Nibble- There are 4 bits in a nibble
Byte- There are 8 bits in a byte
Kibibyte- There are 1024 bytes in a Kibibyte.
Mebibyte- There are 1024 kibibytes in Mebibyte.
Gibibyte- There are 1024 Mebibytes in a Gibibyte.
Tebibyte- There are 1024 Gibibytes in a tebibyte.
Pebibyte- There are 1024 Tebibytes in a Pebibyte.
Exbibyte- There are 1024 Pebibytes in a Exbibyte.

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

Calculate image file

A

width of image x height of image x color depth of image x number of images in a file.

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

Calculate sound file

A

sample rate x sample resolutiom x length of soundtrack

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

what is compression used for?

A

to reduce the size of the file

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

What are the impacts of reducing the size of the file?

A
  • Less bandwidth required
  • Less storage space required
  • Shorter transmission time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

lossless compression

A

Reduces the file size without permanent loss of data. E.g run length encoding ( 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
8
Q

Lossy compression

A

Reduces the file size by permanently removing data. E.g Reducing resolution or color depth

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