Which of the following is NOT a task available in Slide Sorter view?
A) Add text to multiple placeholders B) Delete slides
C) Apply formatting to multiple slides D) Rearrange slides
A
You might also like to view...
Developed by Apple Computer for the Macintosh, ____________________ movies can also be played in Windows if the user has installed the proper software.
Fill in the blank(s) with the appropriate word(s).
What exception type does the following program throw?
``` public class Test { public static void main(String[] args) { Object o = null; System.out.println(o); } }``` a. ArithmeticException b. ArrayIndexOutOfBoundsException c. StringIndexOutOfBoundsException d. No exception e. NullPointerException
Identify the letter of the choice that best matches the phrase or definition.
A. A smooth transition from shadows to midtones to highlights B. The relationship between the highlights and the shadows C. A visual reference of every pixel in the image or selection D. Identifying pixel information in the Info panel E. The additive primary colors
What will be the outcome of the following query? SELECT replace(9999.00-1,'8',88) FROM dual;
A. 99988 B. 9998 C. 9999.88 D. 999