Data Compression
Make file size smaller
Uses of compressing data files;
Take up less storage
Streaming + downloading files from Internet is quicker (take up less bandwidth)
Email Services have restrictions on file size
Name two types of Compression
Lossy
Lossless
What is lossy compression?
Permanently removes data from the file -> limits the number of bits the file needs
What is lossless compression?
Makes the file smaller -> temporarily removes data and restores it when the file is opened
Lossy file types
MP3 (audio)
JPEG (image)
Lossless file types
PNG (image)