Data compression

EasyMedium
1234567891011121314151617181920212223242526272829303132333435363738394041
Question 22
Easy

A telemetry sensor transmits a sequence of status codes representing system states: 'S' for Stable, 'R' for Recovery, and 'P' for Peak.

A segment of the recorded sequence is:

SSSRRRRRRRRRPP

State a run-length encoding (RLE) representation of this sequence.

[2]

Data compression Questions

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