Match the following tabs on the PowerPoint Options dialog box with what options they contain:

I. General
II. Proofing
III. Save
IV. Language
V. Customize Ribbon

A. What language you will use for your help and ScreenTips
B. Where you can add tabs and groups as you need
C. Whether the startup screen loads when you open PowerPoint
D. Changing AutoCorrect options
E. How often to have PowerPoint automatically save your file

C, D, E, A, B

Computer Science & Information Technology

You might also like to view...

A network technician is troubleshooting signal problems with certain WAPs in an office and finds consistently high ping times across the units. Such an issue is called which of the following?

A. Latency B. Attenuation C. Crosstalk D. Frequency hopping

Computer Science & Information Technology

You are asked to write a program that will display a letter that corresponds with a numeric rating system. The program should use a switch statement. The numeric rating is stored in a variable named rate and rate may equal 1, 2, 3, or 4. The corresponding letter is stored in a variable named grade and grade may be A, B, C, or D. Which is the test expression for this switch statement?

a. rate b. grade c. 1, 2, 3, or 4 d. A, B, C, or D

Computer Science & Information Technology