The process of changing the appearance of the text, layout, or design of a slide
A) Formatting B) Designing C) Editing
C
You might also like to view...
Which of the following is false?
a. The three expressions in the for structure are optional. b. The initialization and increment expressions can be comma-separated lists. c. You must declare the control variable outside of the for loop. d. A for loop can always be used to replace a while loop, and vice versa.
Which of the following statements is true?
a. When you drive a car, pressing its gas pedal sends a message to the car to perform a task—that is, to go faster. b. You send messages to an object; each message is implemented as a method call that tells a method of the object to perform its task. c. A program might call a bank-account object’s deposit method to increase the account’s balance. d. All of the above statements are true.