Why do we compress data?
When transmitting files, storing very large files or storing a large number of files, we need to make it smaller.
What is Lossy compression?
Some of the data is removed to make the file smaller. Algorithms removed data that is least likely to be noticed. The original file cannot be restored from the compressed version.
What is lossless compression?
Encode repeating data, The original file can be restored. Worse compression
State what is meant by compression
Reduce the size of the file