?Notes view was designed to make it easier to display a slide show using a second monitor or a projector screen.

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


False

Presenter view, which was designed to make it easier to display a slide show using a second monitor or a projection screen, shows the current slide in the left pane, the next slide in the right pane, and other helpful controls and information in other areas of the screen, including speaker notes and a timer showing how long the slide show has been running. The slide in the left pane is the slide that fills the screen in Slide Show view on the second monitor or projection screen and is what the audience sees. See 20-4: Running a Slide Show

Computer Science & Information Technology

You might also like to view...

What does the following code display?

``` double x = 12.3798146; System.out.printf("%.2f\n", x); ``` a. 123798146 b. 1238 c. %12.38 d. 12.38

Computer Science & Information Technology

Dedicated ________ are lightweight, inexpensive devices that can hold thousands of books

A) e-ink readers B) e-books C) e-readers D) netbooks

Computer Science & Information Technology

The text and graphics in the main document are called the ________ information

A) fundamental B) variable C) basic D) constant

Computer Science & Information Technology

Separate 48 into two parts such that the first part is twice the second.

Let first part = n Let second part = 48 — n Equation: n = 2(48 — n) Solve for n n = 96 — 2n 3n = 96 n=96/3 n = 32

Computer Science & Information Technology