What is data compression?
When we make the file sizes smaller while trying to make the compressed file as true to the original as possible.
What uses do compressing data files have?
What are the two types of compression?
Lossy and lossless compression
What is lossy compression?
Works by permanently removing data from the file limiting the number of bits the file needs and so reduces its size.
What is lossless compression?
Makes the file smaller by temporarily removing data to store the file and then restores it to its original state when it’s opened.
What are examples of file types of lossy compression?
What are examples of file types of lossless compression?
What are advantages of lossy compression?
What are disadvantages of lossy compression?
What are the advantages of lossless compression?
What are the disadvantages of lossless compression?