Describe the difference between lossy and lossless compressions, and tell when each might be used.

What will be an ideal response?

? Lossy compression is generally used with data that a human consumes, such as an image, a
segment of video, or an audio file. The key idea is that the compression only needs to preserve details to the level of human perception. That is, a change is acceptable if humans cannot
detect the change.
? Lossless compression preserves the original data without any change. Thus, lossless
compression can be used for documents or in any situation where data must be preserved
exactly.

Computer Science & Information Technology

You might also like to view...

Which of the following is an ad hoc network made up of up to eight Bluetooth devices?

A) Piconet B) SOA C) Net D) Huit-net

Computer Science & Information Technology

Write an HTML page that plays some background music when the page is ¯rst loaded. Use a JavaScript function to do this.

What will be an ideal response?

Computer Science & Information Technology