To insert a digital picture on a slide, click on the _____________ button in the picture placeholder on the slide.

a. Insert Text
b. Insert Media
c. Insert Picture from File
d. Insert Design Element

Answer: c. Insert Picture from File

Computer Science & Information Technology

You might also like to view...

When you use the bold() and italics() methods for a string, you ________ the method to replace the original string with a formatted string

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following expressions determines whether the char variable, chrA, is not equal to the letter 'A'?

a. chrA == 'A' b. chrA != 'A' c. chrA || 'A' d. chrA.notEquals(A)

Computer Science & Information Technology