?Case 20-1
Lillian, a student working on PowerPoint, wants to begin adding content to a new presentation.Lillian connects her slide to a projector. She starts a slide show and the view she was previously working on automatically changes. It now shows a large view of the current slide and a smaller view of the next slide, as well as speaker notes. She also sees navigation buttons which allow her to move from slide to slide. In this scenario, Lillian is viewing her slides in _____ view.
A. ?Presenter
B. ?Notes
C. ?Outline
D. ?Normal
Answer: A
Computer Science & Information Technology
You might also like to view...
What portion of the visible spectrum appears blue? What portion appears red?
What will be an ideal response?
Computer Science & Information Technology
void printNum(int num) //Line 1{ //Line 2 if (n < 0) //Line 3 cout
A. Statements in Lines 3 and 4 B. Statements in Lines 5 and 6 C. Statements in Lines 3-6 D. Statements in Lines 5-10
Computer Science & Information Technology
The difference between the fastest and slowest runners in a race is known as ________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
The efficiency of the sequential search is ____.
A. O(n) B. O(n log n) C. O(log n) D. O(n/2)
Computer Science & Information Technology