Case-Based Critical Thinking Question
?
Tom has just started working as an office manager for a small pediatric practice. He is responsible for managing the nurses' hotline and presenting trends in call types to his boss each month. He uses Microsoft PowerPoint 2016 to create his presentations.
As he hovers over each choice, Tom sees his slide change automatically. What Tom is experiencing is called ____.

A. Preview
B. Live Preview
C. Design Preview
D. Effects Preview


Answer: B

Computer Science & Information Technology

You might also like to view...

Which code snippet is equivalent to:

``` var message = (y == 10) ? "correct" : "incorrect"; ``` a. ``` if (y == 10) message = "incorrect"; else message = "correct"; ``` b. ``` if (y == 10) message = "correct"; else if (y < 10) message = "incorrect"; || if((y >10) message = "incorrect"; ``` c. ``` if (y == 10) message = "correct"; else message = "incorrect"; ``` d. none are equivalent

Computer Science & Information Technology

Text formatting attributes are easy to define using the HTML Property inspector, the CSS Styles panel, or the ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Goal Seek can be used to determine how much you can borrow to stay within your budget

Indicate whether the statement is true or false

Computer Science & Information Technology

What type of programs specifically manage central processor and computer memory?

A. batch managers B. application program interfaces C. task-switching D. resource managers

Computer Science & Information Technology