Glossary Entry: Data Compression

Definition

Data compression (or simply "compression") refers to methods programmers use to reduce the amount of digital storage a file consumes. This is often accomplished by exploiting redundant information in the source data.

Note that a format may call for a specific compression algorithm, but the algorithm itself isn't usually restricted to a given format.


Back to the list of technical terms

Back to the Glossary's Table of Contents