Computer Science for IGCSE & O level - Data Representation (Section 5 - No. 19)
What does a 'flag' do in RLE?
It marks the beginning of a compressed sequence.
It represents the character being encoded.
It specifies the length of the repeating sequence.
It indicates that the sequence should not be compressed.
Explanation
The flag indicates that RLE compression is in use.
Comments (0)
