Data Representation · 4 question types
Past paper frequency (2018 to 2024)
This topic accounts for approximately 4% of your exam marks.
File size calculations and lossless vs lossy compression are regular 3 to 4 mark questions.
This comparison comes up regularly in exam questions worth 3 to 4 marks.
| Feature | Lossless | Lossy |
|---|---|---|
| Is any data lost? | No | Yes (permanently) |
| Can the original be reconstructed? | Yes, perfectly | No |
| Typical size reduction | Modest (1.5× to 4×) | Large (10× or more) |
| Effect on quality | None; quality identical to the original | Quality is reduced |
| Best for | Text documents, source code, archives, anywhere every bit matters | Photos, music, video, anywhere small size matters and minor quality loss is acceptable |
| Examples | PNG, FLAC, ZIP, GIF, RLE, PDF text | JPEG, MP3, MPEG/H.264, AAC |