5 views

1 Answers

ZIP files compress files or groups of files by removing redundant data. The program searches your file for repeated information and replaces it with a simple code (such as a short string of numbers to represent a repeated phrase). Once you extract the files, the code is replaced with the original information.

5 views