Keyword | Definition |
---|---|
Compression | Reducing the size of data to save storage space or transmission time |
Encoding | The process of converting data into a format that can be used for transmission, storage, or processing. |
Run Length Encoding | A simple form of data compression where consecutive characters in a string are replaced with a single instance of that character followed by the number of times it occurs. |