For a smaller file size with often-adequate image quality, try setting the JPEG quality value between ____.

A. 50 and 79
B. 79 and 85
C. 85 and 100
D. 90 and 100


Answer: A

Computer Science & Information Technology

You might also like to view...

What is the value of i after the following function call?

//function definition int doSomething(int value) { value = 35; return value; value = 13 } //fragment of main program int i=0; cout << doSomething(i); a. 13 b. 35 c. 48 d. 0

Computer Science & Information Technology

The concept of the Internet was developed by the U.S. Department of Defense as a network that ________ in event of an attack

A) would not be disrupted easily B) allows commerce to continue C) provides point to point connections D) would not be easily hacked

Computer Science & Information Technology

Which Windows 7 feature aligns a window on the right or left side of the desktop when dragging the title bar of the window to the side?

A) Snip B) Aero Flip 3D C) Snap D) Aero Peek

Computer Science & Information Technology

Data that is stored together under a common name on a storage medium other than the computer's main memory is called a ____.

A. database B. data file C. text file D. binary file

Computer Science & Information Technology