What are the two approaches to lossless data compression which you need to know?
Run Length Encoding (RLE). Huffman Coding (compression).
What is Huffman coding based on?
Frequency of occurrence of an element of data.
What is RLE?
Very simple form of data compression useful when compressing graphics
What is the definition of compression?
Encoding content of a file so that uses less storage space + takes less time to transmit.