Many users choose to ________ several files into one ZIP file for the sake of easy transport, especially when attaching them to an email message.

A. format
B. encrypt
C. compress
D. defragment


Answer: C

Computer Science & Information Technology

You might also like to view...

Why is it an error to add a const modifier, as shown to the declaration for the member function input given here?

``` class BankAccount { public: void input( ) const; // other members }; ``` What will be an ideal response?

Computer Science & Information Technology

A reduced image of a graphic is referred to as a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following is NOT true about the Windows 8.1 Update?

A) Windows 8.1 Update has completely changed the interface so it no longer resembles Windows 8. B) Microsoft Windows 8.1 Update is the latest version of the Windows operating system. C) Windows 8.1 Update supports gesture recognition. D) Windows 8.1 Update uses a GUI as its interface.

Computer Science & Information Technology

What type of error will the following statement generate?puts 10 / 0

A. Syntax B. Logical C. Runtime D. Overload

Computer Science & Information Technology