Which of the following is NOT possible to do while in Outline view?
A) Rearrange the order of slides B) Add transitions to the slides
C) Move easily from one slide to another D) Copy text from one slide to another
B
Computer Science & Information Technology
You might also like to view...
What is Knowledge Management (KM) and how can Social Media play a role?
What will be an ideal response?
Computer Science & Information Technology
Find the error(s) in the following code. The following method should create a new Shape object with numberSides sides. Assume the Shape class is from Exercise 18.14.
``` 1 private void manipulateShape( int numberSides ) 2 { 3 Shape shape = new Shape( 3 ); 4 5 shape.sides = numberSides; 6 } ```
Computer Science & Information Technology