If a slide fills the the entire screen, the presentation is in ____ view.

A. Slide Sorter
B. Slide Show
C. Show Preview
D. Print Preview


Answer: B

Computer Science & Information Technology

You might also like to view...

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

1) Each StringBuilder has a limit of characters that cannot be exceeded. 2) The ToString method can be used to convert a StringBuilder into a string. 3) When appropriate, using string objects instead of StringBuilder objects improves performance. 4) Method EnsureCapacity returns the capacity of a StringBuilder. 5) Properties Length and Capacity are used to return the number of characters in the StringBuilder and the total length allowed (at that time) of the StringBuilder, respectively.

Computer Science & Information Technology

Which of the following characteristics can be used to identify a linear algorithm?

a. It typically involves a single pass through the input b. The input data size is n c. It has one loop d. It is not recursive

Computer Science & Information Technology

Which keyword is used to specify that a class will define the methods of an interface?

a. uses b. implements c. defines d. extends

Computer Science & Information Technology

A copy of Excel can be personalized by adding a(n) ________ in the Excel Options dialog box

A) property B) tag C) user name D) account

Computer Science & Information Technology