Which button plays a slide show?

A. Slide Show button on the status bar
B. Slide Sorter button on the View tab
C. Normal button on the View tab
D. Slide Master view button on the View tab


Answer: A

Computer Science & Information Technology

You might also like to view...

This if statement should execute if x is 0 or 1 and y < 10. Is it correct?

``` if(x == 0 || x == 1 && y < 10)) { cout<<”Hello!”; } ``` A. yes B. no

Computer Science & Information Technology

Shading is especially useful in a newsletter:

A) to provide predefined styles for characters and/or paragraphs. B) to help organize information by emphasizing important topics. C) to represent a process or a hierarchy chart. D) in the absence of clip art or other graphics.

Computer Science & Information Technology

The ________ function returns a value of TRUE only when ALL specified conditions are true

A) OR B) AND C) IF D) VLOOKUP

Computer Science & Information Technology

Suppose you design a computer called the Big Looper 2000 that will never be used to call procedures and that will automatically jump back to the beginning of memory when it reaches the end. Do you need a program counter? Justify your answer.

What will be an ideal response?

Computer Science & Information Technology