In the accompanying figure, which item is used to preserve the selected settings?

A. A, the Preset text box
B. B, the File format text box
C. C, the Optimized check box
D. D, the Save button


Answer: D

Computer Science & Information Technology

You might also like to view...

Given the following function definition

void shift(int& a, int&b) { a=b; b=a; } What is the output after the following function call? int first=0, second=10; shift(first, second); cout << first <<" "<< second << endl; a. 0 10 b. 10 0 c. 0 0 d. 10 10

Computer Science & Information Technology

Passcode is another term for a(n) ______.

A. user name B. encryption algorithm C. passphrase D. PIN

Computer Science & Information Technology

To learn new skills and demonstrate proficiency within a particular area, the network administrator can obtain ____.?

A. ?certification B. ?policies C. ?ROI D. ?capacity planning

Computer Science & Information Technology

The Flash Player is available as a(n) ____ control for Microsoft Internet Explorer.

A. JavaScript B. Perl C. Java D. ActiveX

Computer Science & Information Technology