While in ____________________ or Normal view, right-click a slide that you want to hide, then click Hide Slide on the shortcut menu.

Fill in the blank(s) with the appropriate word(s).


Slide Sorter

Computer Science & Information Technology

You might also like to view...

What is the output of the following code segment if the user enters 90 for the score?

``` cout << "Enter your test score: "; cin >> test_score; if (test_score < 60) cout << "You failed the test." << endl; if (test_score > 60) cout << "You passed the test." else cout << "You need to study harder next time." << endl; ``` a. You failed the test. b. You passed the test. c. You need to study harder next time. d. You failed the test. You need to study harder next time. e. You passed the test. You need to study harder next time.

Computer Science & Information Technology

To subtract one day from DateTime variable dtmDay’s value, assign the value returned by to dtmDay.

a) dtmDay.AddHours( -24 ); b) dtmDay.SubtractDays( 1 ); c) dtmDay.AddDays( -1 ); d) Both a and c.

Computer Science & Information Technology

A PowerPoint file with an Excel chart embedded in it is an example of a ________

A) source file B) destination application C) destination file D) source application

Computer Science & Information Technology

If your macro prompts you for a name, it may contain an error.

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

Computer Science & Information Technology