Case PPT 7-1Amber is an assistant in the human resources department of a large company. She often works with documents and presentations that contain sensitive employee information. She is currently working on a presentation that is part of a package used to recruit top-level executives. Amber wants to prepare the presentation for the CD. The Package Presentation for CD command is located in the ____ section of the File tab.
A. Info
B. Save & Send
C. Print
D. Options
Answer: B
You might also like to view...
Match the following terms to their meanings:
I. pin II. snap III. Aero Peek IV. snip V. hacking A. to place an app to the left or right of a current app B. quick way to show the desktop C. to add a tile to the Start screen D. to access without authorization E. a screen capture
The ________ attribute provides a label for a field in XHTML
Fill in the blank(s) with correct word
Disabling an interface's binding on a DHCP server has what impact?
A. The server no longer applies scope policies for the scope the binding is in B. The server no longer listens to UDP port 68 on the disabled binding C. The server no longer listens to UDP port 67 on the disabled binding D. The server no longer accepts traffic from any relay agents
What does the following recursive algorithm do?Algorithm recursiveAlgorithm(n) if (n equals 0) return 0 end if return recursiveAlgorithm(n-1)end recursiveAlgorithm
A. Returns the sum of the numbers from 1 to n B. Returns n! C. Returns n D. Returns 0