Match the following terms to their meanings:
I. Presentation theme
II. Dashed border
III. Solid border
IV. Sizing handles
A. determines the color of the numbers or bullets in a list
B. drag these to change the size of the selected object
C. indicates that any formatting will affect all of the text in a placeholder
D. indicates that a placeholder's text can be edited
A, D, C, B
You might also like to view...
Which of the following statements is true?
a. The binary search algorithm is less efficient than the linear search, but it requires that the array be sorted. b. The binary search algorithm is more efficient than the linear search, but it requires that the array be unsorted. c. The binary search algorithm is more efficient than the linear search, but it requires that the array be sorted. d. The binary search algorithm is less efficient than the linear search, but it requires that the array be unsorted.
Which of the following explains what will happen when you see On Page Click next to On Page Load next to an animation?
A. The animation will happen on either event. B. The animation will only take place for On Page Click. C. The animation will happen after you click a page to load the page with the animation. D. The animation will happen on both events.
Button mode is the default mode for actions.
Answer the following statement true (T) or false (F)
The difference between an Instance Method and a Static Method is:
a. A Static Method does not have to be created whereas in Instance Method does. b. A Static Method uses less memory than a Instance Method c. A Static Method is a subset of an Instance Method d. All of the above