Year11 - Compression Plenary Quiz

Quick recap of why we use compression, plus lossy and lossless methods.

1. Why is compression used?

Compression reduces the number of bits in a file, making it smaller and often quicker to transfer.

2. What is true of lossy compression?

Lossy compression removes some data permanently, often reducing quality.

3. Which file type is usually suitable for lossy compression?

Images, sound and video are common lossy targets when some quality loss is acceptable.

4. What is true of lossless compression?

Lossless compression stores data differently, but keeps all data so the exact original can be recovered.

5. Which should use lossless compression?

Text and executable files must not lose data, so they should use lossless compression.

6. In lossy image compression, reducing the number of colours usually...

Fewer colours can reduce size, but detail/quality can drop.

7. Why are smaller files helpful online?

Less data generally means quicker transfer/streaming.

8. Which statement is correct?

This captures the key trade-off from the lesson: size reduction versus data preservation.

One Thing I Learned

Write one rule you will remember about choosing lossy vs lossless compression.