Critical Thinking QuestionsCase 7-2Lynda, the administrative assistant to the sales director, has just received a new slide show from the marketing department. Her boss is taking the slide show to an industry conference and plans to have it run unattended in the company's kiosk in the exhibit hall. Lynda sends you an e-mail asking for help preparing for a self-running presentation.
Lynda also wants to know how to set up the slide show to run unattended in a continuous loop throughout the day. You tell Lynda to ____.
a. click the Set Up Slide Show button (SLIDE SHOW tab | Set Up group) to open the Set Up Show dialog box; click the ‘Browsed at kiosk (full screen)' option and click OKc. click the Set Up Slide Show button (SLIDE SHOW tab | Run Show group) to open the Slide Show dialog box; click the ‘Browsed at kiosk (full screen)' option and click OKb. click the Run in Kiosk button (SLIDE SHOW tab | Set Up group) to open the Set Up Show dialog box; click the ‘Browsed at kiosk (full screen)' option and click OKd. click the Run Show button (SLIDE SHOW tab | Options group) to open the Run Show dialog box; click the ‘Browsed at kiosk (full screen)' option and click OK
What will be an ideal response?
Answer: A
You might also like to view...
Given the following code fragment, what is the stopping condition(s)?
int f1(int x, int y)
{
if(x<0 || y<0)
return x-y;
else
return f1(x-1,y) + f1(x,y-1);
}
int main()
{
cout << f1(1,2)<
If a long audio is used alone, adding ___________ can help listeners situate themselves in the piece and grasp the ideas.
Fill in the blank(s) with the appropriate word(s).
You refer to the values in a multidimensional indexed array by including two sets of brackets, one which refers to the row and one which refers to the column.
Answer the following statement true (T) or false (F)
Figure WD 6-1 In the accompanying figure, what type of hyperlink is being created?
A. a link to a Web page B. a link to an e-mail address C. a bookmark D. a link to a new document