To duplicate a slide, in Slide Sorter view, click to select the slide you want to duplicate, click the ____, and then click Duplicate.
A. Paste Button arrow
B. Copy Button arrow
C. Duplicate Button arrow
D. Office Button arrow
Answer: B
You might also like to view...
Which of the following is false?
a. The effects of break and continue statements can be achieved by structured programming techniques. b. break and continue statements can make a program perform faster than with the corresponding structured techniques. c. Many programmers feel that break and continue violate structured programming. d. You should always try to write the fastest, smallest code possible before attempting to make it simple and correct.
To add 0.01 + 0.02 + ... + 1.00, what order should you use to add the numbers to get better accuracy?
a. add 0.01, 0.02, ..., 1.00 in this order to a sum variable whose initial value is 0. b. add 1.00, 0.99, 0.98, ..., 0.02, 0.01 in this order to a sum variable whose initial value is 0.
To format columns, you can create a(n) ____ class and then apply the class to the
A. dependent B. independent C. parent D. inherited
A(n) ________ is a group of related records.
Fill in the blank(s) with the appropriate word(s).