Case PPT 2-1Mario is a teacher at Anderson Elementary. He is creating a presentation to show to kindergarten parents during curriculum night. Mario wants to change the orientation of slides to a tall, vertical orientation. Which command should he choose on the Slide Orientation button?

A. Custom
B. Landscape
C. Portrait
D. Horizontal


Answer: C

Computer Science & Information Technology

You might also like to view...

Use the selectionSort method presented in this section to answer this question. What is list1 after executing the following statements?

``` double[] list1 = {3.1, 3.1, 2.5, 6.4}; selectionSort(list1); ``` a. list1 is 3.1, 3.1, 2.5, 6.4 b. list1 is 2.5 3.1, 3.1, 6.4 c. list1 is 6.4, 3.1, 3.1, 2.5 d. list1 is 3.1, 2.5, 3.1, 6.4

Computer Science & Information Technology

Declare variable sum of type int and initialize it to 0.

Write a Java statement to accomplish each of the tasks.

Computer Science & Information Technology

Write a statement to increment variable n in the following sequence: 40, 30, 20, 10, etc.

What will be an ideal response?

Computer Science & Information Technology

Revision marks of deleted text show as:

A) strikeout lines. B) red bold text within the document. C) black bolded text. D) red text in a balloon.

Computer Science & Information Technology