The process of making files smaller to conserve disk space and make the files easier to transfer.

A. Shrinking
B. Compression
C. Algorithm


B. Compression

Computer Science & Information Technology

You might also like to view...

Which of the following function declarations will accept either cout or a file stream object as its argument?

a. void output( fstream &outFile); b. void output( ofstream &outFile); c. void output( ostream &outFile); d. void output( iostream &outFile);

Computer Science & Information Technology

Designers usually use ____ graphics to display photographs.

A. vector B. modified C. bitmap D. calibrated

Computer Science & Information Technology

Usually, heading information describes the contents of a single column or multiple columns within a table.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Individual array elements are ____ by value when a copy of the value is made and used within the receiving method.

A. sorted B. passed C. received D. stored

Computer Science & Information Technology