Which of the following is true concerning extracting files:?

A) When you extract a file, the original file is deleted.
B) After a file is extracted, it usually has a .zip extension.
C) When you extract a file, an uncompressed copy is placed in the folder you specify.
D) When you extract a file, the program puts .ext on as the file extension.

C

Computer Science & Information Technology

You might also like to view...

A key feature of computers is their programmability. They can be used for many different tasks, depending on a set of program instructions carried out by their software. Other digital devices are not as flexible because their programming is limited. Please describe some of the categories of such devices.

What will be an ideal response?

Computer Science & Information Technology

If you have a complete, working class that has been thoroughly tested, and you wish to add an overloaded operator that can compare two objects to determine which one is greater, how should this be accomplished?

A. Add the function to your existing class. B. Derive a new class from the first class. C. Make a brand new class. D. Add the function in your file with the main function.

Computer Science & Information Technology