When you add a picture to a presentation, PowerPoint automatically ____________________ this image in order to reduce its size.

Fill in the blank(s) with the appropriate word(s).


compresses

Computer Science & Information Technology

You might also like to view...

How many times is the body of the loop below executed?

``` int counter = 1; while (counter > 20) { // body of loop counter = counter - 1; } ``` a. 19. b. 20. c. 21. d. 0.

Computer Science & Information Technology

The default page orientation in Excel is landscape orientation

Indicate whether the statement is true or false

Computer Science & Information Technology

Find vertex traverses a graph, looking for a specified vertex. If the vertex is found, its data are returned. If it is not found, an error is indicated.

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

Computer Science & Information Technology

Several of the contacts in your mobile device are responding to test messages that you sent them. However, you don’t remember sending any of the messages. Which of the following is the reason for this behavior?

Computer Science & Information Technology