Data Storage and File Compression Flashcards

(10 cards)

1
Q

Units of data storage

A

Bit
Nibble (4 Bits)
Byte (8 Bits)
Kibibyte (1024 Bytes)
Mebibyte (1024 Kibibytes)
Gibibyte (1024 Mebibytes)
Tebibyte (1024 Gibibytes)
Pebibyte (1024 Tebibytes)
Exbibyte (1024 Pebibytes)

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

Define Compression

A

Compression is reducing the the size of a file so that it takes up less space on secondary storage.

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

Benefits of compression

A

Less storage space required
Less bandwidth required
Shorter transmission time
Use of data allowance

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

Characteristics of lossy compression

A

Lossy compression is when data is lost in order to reduce the size on secondary storage and is irreversible

Lossy can greatly reduce the size of a file but at the expense of losing quality

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

Characteristics of lossless compression

A

Lossless compression is when data is encoded in order to reduce the size on secondary storage

Lossless compression is reversible, the file can be returned to its original state

Lossless can reduce the size of a file but not as dramatically as lossy

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

Where is lossless compression appropriate?

A

Lossless can be used on all data but is more suitable for data where a loss in quality is unacceptable, for example documents

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

Where is lossy compression appropriate?

A

Lossy is only suitable for data where reducing quality is acceptable, for example images, video and sound

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

Run - Length Encoding

A

A form of lossless compression that reduces the file size of a string of adjacent, identical data.

Repeated string is encoded in two values:
- The first value is the number of identical strings
- The second value is the code of the data

It is only effective when there is long run of repeated units.

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

Examples of lossy compression

A

JPEG / JPG, MP3, MP4, MOV

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

Examples of lossless

A

PNG, GIF, WAV, MOV, ZIP

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