The notes placeholder can be selected when the slide is displayed in ________ view

A) Outline B) Notes Page C) Slide Sorter D) Normal


B

Computer Science & Information Technology

You might also like to view...

?____ attacks use all possible combination of letters, numbers, and special characters to determine the target password.

A. ?Brute-force B. ?Dictionary C. ?Hybridization D. ?LC5

Computer Science & Information Technology

Suppose a method p has the following heading:

``` public static int[] p() ``` What return statement may be used in p()? a. return 1; b. return {1, 2, 3}; c. return int[]{1, 2, 3}; d. return new int[]{1, 2, 3};

Computer Science & Information Technology

The four core practices in agile modeling are:

What will be an ideal response?

Computer Science & Information Technology

The cin object is used to enter data into a program while it is ____.

A. compiling B. running C. interpreting D. loading

Computer Science & Information Technology