Compression Flashcards
1
Q
What does compression mean?
A
- Making a file smaller.
2
Q
Benefits of compression:
A
- Files take up less storage space so more files can be stored.
- Files can be transferred quicker because they are smaller.
- Files can be read from or written to quicker.
3
Q
Lossy Compression - what does it do, how does it work, what are some examples where it is used?
A
- Uses an algorithm to analyse a file and remove data that cannot be heard or seen by humans.
- This reduces the size of the file.
- Further lossy compression removes data that humans can see/hear.
- Removes data permanently, so the file can never return to its original form.
- Used with images, audio and video.
4
Q
Lossless Compression - what does it do, how does it work, what are some examples where it is used?
A
- Reduces the size of a file without permanently removing any data.
- Because of this, the file is returned to its original form when decompressed, so no quality is lost.
- The finished file size is usually larger with lossless than with lossy because no data has been permanently removed.
- Used with files that wouldn’t work it data was not removed for example executable files (programs, games) and word documents.