To hide a slide, you click the Hide Slide button in the:

A) Set Up group on the Format tab. B) Set Up group on the Slide Show tab.
C) Links group on the Slide Show tab. D) Links group on the Format tab.


B

Computer Science & Information Technology

You might also like to view...

If the value of age is ____, the condition below produces a value of true.age > 12 && age < 20 

A. 12 B. 13 C. 20 D. 25

Computer Science & Information Technology

You can save your Outlook calendar by backing up your entire Outlook personal folder files (.pst) or an individual calendar (.ics).

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Consider the following string: ALAMAKOTA, and pattern to be matched: AKO. By how many positions will the first shift be performed, using the bad character rule?

a. 2 b. 1 c. 3 d. 4

Computer Science & Information Technology

In the expression ____, the address in pt is incremented before the hours member is accessed.

a. ++pt->hours b. (++pt)->hours c. ++pt->(hours) d. ++(pt->hours)

Computer Science & Information Technology