The dialog box in the accompanying figure is used for what purpose?

A. file extraction
B. saving file differentials
C. converting groups of files to other formats
D. dictation of file formats

Answer: C

Computer Science & Information Technology

You might also like to view...

How many times is the body of the loop below executed?

``` int counter = 1; while (counter > 20) { // body of loop counter = counter + 1; } ``` a) 19 b) 20 c) 21 d) 0

Computer Science & Information Technology

Which of the following parts of a BDE event should be used for code that should execute once when the event first occurs?

a. Begin b. During c. End d. Start e. None of these

Computer Science & Information Technology