Data compression

EasyMedium
1234567891011121314151617181920212223242526272829303132333435363738394041
Question 28
Easy

An automated meteorological station records hourly wind directions. During stable weather conditions, this results in highly repetitive sequences of data (for example, multiple consecutive hours of 'East').

Explain how Run-Length Encoding (RLE) compresses this wind direction data. You must include a specific example based on wind directions showing the sequence before and after compression.

[2]

Data compression Questions

  1. GCSE
  2. /Computer Science
  3. /Data compression