Computer Science for IGCSE & O level - Data Representation (Section 10 - No. 20)
In Run-Length Encoding (RLE), what does a 'flag' represent?
The number of times a character is repeated
The character that is repeated
The beginning of a new string
An indicator that a sequence is encoded
Explanation
In RLE, a flag indicates the start of a run of repeating characters.
Comments (0)
