A slide ____________________ is an effect that specifies how a slide replaces the previous slide during a presentation.
Fill in the blank(s) with the appropriate word(s).
transition
You might also like to view...
The _________________________ tools let you draw a marquee that selects a portion of the document window.
Fill in the blank(s) with the appropriate word(s).
Select all that apply. Binary trees may be implemented as templates, but any data types used with them must support the __________ operator.
a. > b. < c. && d. == e. linked
The reverse method is defined in the textbook. What is list1 after executing the following statements?
``` int[] list1 = {1, 2, 3, 4, 5, 6}; list1 = reverse(list1); ``` a. list1 is 1 2 3 4 5 6 b. list1 is 6 5 4 3 2 1 c. list1 is 0 0 0 0 0 0 d. list1 is 6 6 6 6 6 6
Which of the following is not an option on the Timing Start pop-up menu?
A. On Click B. Autoplay C. With Previous D. After Previous