When you create slides from a Word document, ____________________ view in PowerPoint lets you easily see how the structure will translate to the levels in a slide.
Fill in the blank(s) with the appropriate word(s).
Outline
Computer Science & Information Technology
You might also like to view...
Which of the following is not a valid operation on a structure?
a) Assigning structure variables to structure variables of the same type. b) Taking the address of a structure variable. c) Using the sizeof operator to determine the size of a structure variable. d) Comparing structures of the same type with relational operators.
Computer Science & Information Technology
Which of the following statements is true?
a. Ranges of characters can be represented by placing a ~ between two characters. b. [^Z] is the same as [A~Y]. c. Both “A*” and “A+” will match “AAA”, but only “A*” will match an empty string. d. All of above.
Computer Science & Information Technology