If you know your presentation will be viewed on a widescreen or you are using a widescreen display, you can change the slide size to optimize the ____.

A. view
B. proportions
C. pixels
D. settings

Answer: B

Computer Science & Information Technology

You might also like to view...

The websites listed in search engine results are on the surface web.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Find the error in the code segments, and explain how to correct it:

``` for (k = 0.1; k != 1.0; k += 0.1) { 2 System.out.println(k); 3 } ```

Computer Science & Information Technology