The three file formats available for graphics on web pages are ____, JPEG or JPG, and PNG.

a. HTML
b. WAV
c. GIF
d. MP3


c. GIF

Computer Science & Information Technology

You might also like to view...

The main advantage(s) of vector graphics over bitmapped images is (are) _____.

A. scalability or resolution independence of images B. ease of editing the image content pixel by pixel C. more compact file size compared to bitmapped images

Computer Science & Information Technology

To improve video performance, modern computers have a _______ in addition to the CPU

a. GPU b. VPU c. DPU d. APU

Computer Science & Information Technology

Which of the following statements is false?

a. A lambda that receives two ints, x and y, and returns their sum is (int x, int y) -> {return x + y;} b. A lambda’s parameter types may be omitted, as in: (x, y) -> {return x + y;} in which case, the parameter and return types are set to the lambda's default type. c. A lambda with a one-expression body can be written as: (x, y) -> x + y In this case, the expression’s value is implicitly returned. d. When a lambda's parameter list contains only one parameter, the parentheses may be omitted, as in: value -> System.out.printf("%d ", value)

Computer Science & Information Technology

Using ________ enables you to select one or more rows or columns and lock them into place

A) Find and Replace B) Freeze Panes C) conditional formatting D) drag and drop

Computer Science & Information Technology