Which image file type uses lossy compression?
a. BMP
b. JPG
c. TIFF
d. Flash
b. JPG
Computer Science & Information Technology
You might also like to view...
Book, journal article, website, and report are all types of:
A) citations. B) sources. C) styles. D) bibliographies.
Computer Science & Information Technology
A(n) ____________________ string consists of a single text string containing one or more pieces of information.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
What is the output of the following code?
int x = 0; if (x < 4) { x = x + 1; } System.out.println("x is " + x); a. x is 0 b. x is 1 c. x is 2 d. x is 3 e. x is 4
Computer Science & Information Technology
Using the Zoom tool, you can view the areas you need to focus on in as high or as low of a magnification as you want.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology