0% found this document useful (0 votes)
35 views6 pages

GCSE Computer Science - Data Compression

Data compression reduces the size of files through lossy or lossless techniques. Lossy compression permanently removes some data while lossless compression uses algorithms to represent repeating patterns more efficiently without losing any information. Compression is commonly used for sound, image and video files to save storage space and bandwidth. It allows organizations to store and transfer more data using less storage capacity and network resources, helping reduce costs.

Uploaded by

feyrelys
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views6 pages

GCSE Computer Science - Data Compression

Data compression reduces the size of files through lossy or lossless techniques. Lossy compression permanently removes some data while lossless compression uses algorithms to represent repeating patterns more efficiently without losing any information. Compression is commonly used for sound, image and video files to save storage space and bandwidth. It allows organizations to store and transfer more data using less storage capacity and network resources, helping reduce costs.

Uploaded by

feyrelys
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Data Compression Software

What is data compression?


Data compression is changing the format of a data file so that the size of the file
becomes smaller.

There are two types of compression:

- Lossy compression
- Lossless compression

xxxwwweeee - 3x3w4e
How is data compression used?
Compression is mostly used with sound, image and video files:
Compression is performed by a program that uses a formula or algorithm to determine how to
shrink the size of the data.

Text compression can be as simple as removing all not used characters, inserting one repeat
character to indicate a string of repeated characters and substituting a smaller bit string for a
frequently occurring bit string.

Data compression can reduce a text file to 50% or a significantly higher percentage of its original
size.
How is data compression used?
Compressing data can save storage capacity, speed up file transfer and decrease
costs for storage hardware and network bandwidth.

Data storage and transmission are often important concerns for businesses,
governments and other organizations.

Compressing data allows these organizations to maximize the data they can handle
while minimizing the space and cost.

You might also like