PowerPoint's ____ feature allows you to advance through the slides at your own pace, and the amount of time you view each slide is recorded.
A. animation
B. transition
C. rehearsal
D. previewing
Answer: C
You might also like to view...
What method is used to play a sound?
a. Make sound b. Play song c. Play sound d. Play e. None of these
The binary search algorithm __________.
a. is less efficient than the sequential search algorithm b. will cut the portion of the array being searched in half each time it fails to locate the search value c. will have a maximum number of comparisons equal to the number of elements in the array d. will, normally, have the number of comparisons that is half the number of elements in the array
If the desired Object is not found, binarySearch returns __________.
a. a positive value b. zero c. a negative value d. an ObjectNotFoundError.
Each TextField has a text property that’s returned by its textProperty method as a(n) ___________ (package javafx.beans.property).
Fill in the blank(s) with the appropriate word(s).