You can type comments to yourself in the _____ for a specific slide while working in Normal view.

A. Slide pane
B. Notes pane
C. Slides tab
D. Outline tab


Answer: B

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. It is useful to define a class for which no objects may be defined. 2. It is legal to have all member functions of a class be pure virtual functions. 3. A derived class destructor always invokes the base class destructor. 4. The base class destructor must be virtual. 5. This is legal code. ``` class B { public: // . . . virtual void f() = 0; }; int main() { B b1, b2; /*. . .*/ } ```

Computer Science & Information Technology

A database is being constructed to keep track of the teams and games of a sports league. A team has a number of players, not all of whom participate in each game. It is desired to keep track of the players participating in each game for each team, the positions they played in that game, and the result of the game. Try to design an ER schema diagram for this application, stating any assumptions you make. Choose your favorite sport (soccer, football, baseball ...).

What will be an ideal response?

Computer Science & Information Technology

The item marked 3 in the accompanying figure is the ____ layer thumbnail.

a. baseline b. effect c. text d. character

Computer Science & Information Technology

_____ is a markup language that uses sets of embedded tags or labels to characterize text elements within a document so as to indicate their appearance, function, meaning, or context.

A. HML B. HTTP C. XML D. SOAP

Computer Science & Information Technology