Compression Flashcards
1
Q
What are the two types of compression?
A
- Lossy ( Un-necessary information is removed from the original file
- Lossless ( Retains all information required to replicate exact original file
2
Q
Why is compression needed?
A
- Reduce the storage space of files on disk
* Allows faster transmission of data with smaller file sizes
3
Q
How does lossy compression work?
A
• Removing non-essential information from the original file
4
Q
What are disadvantages of using lossy compression?
A
File quality is sacrificed
5
Q
How does lossy compression of sound work?
A
Removes frequencies too high for most to hear, and removes quieter sounds that are played at the same time as louder sounds.
6
Q
How does lossless compression work?
A
- Recording patterns in data rather than the actual data.
- Using patterns and a set of instructions on how to use them, the computer can reverse the procedure and reassemble an image, sound or text file to an exact accuracy with no loss of data
7
Q
What is a disadvantage of lossless compression?
A
Final file size is much bigger than lossy compression
8
Q
Where might lossless compression be used?
A
- Documents where missing words could lead to confusion over the information available
- Programs, as missing characters and lines can result in errors in the program.