Year 10 - Computing
Run length encoding
Data compression
Study Hub
This pupil-friendly study guide includes a unit summary, clear notes, common mistakes, and quick questions with answers.
Year 10 - Computing
Data compression
In this unit pupils will be introduced to the concept of data compression and why it is needed. The will compare lossy and lossless compression methods and their typical uses. They will have the opportunity to compression methods such as run length encoding (RLE) and Huffman coding.
You will learn to describe and use run length encoding to compress data.
Run length encoding is a lossless data compression technique that reduces the size of repeating sequences of data. Run length encoding uses the concept of redundancy to reduce file size.
a common type of lossless compression. Add one real device or system example to prove understanding.
Mistake: Run length encoding always reduces file size. Correction: Run length encoding only works well when data has long repeated patterns. If data is random or has frequent changes, RLE may not reduce the file size and can even make it bigger. For example, compressing "HELLO" with RLE results in "1H1E2L1O".
Browse all guides in the Year 10 Computing guide library.