_______ is a technique that exploits repeating patterns in data to reduce storage size.

  • Burrows-Wheeler Transform
  • Delta Encoding
  • Huffman Coding
  • Run-Length Encoding
Run-Length Encoding is a technique that exploits repeating patterns in data to reduce storage size. It represents consecutive identical symbols with a single code, followed by the count of occurrences, effectively reducing redundancy in the data.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *