Although your e-mail program allows you to attach files, you can send a presentation using Outlook from within PowerPoint. Click the FILE tab, click Share, click E-mail in the center pane, then click Send as ____.

A. Attachment
B. File
C. Folder
D. Presentation


Answer: A

Computer Science & Information Technology

You might also like to view...

C++ stores an array in adjacent memory locations. In what array position (counting from the start) will the element myArray [7][21] be stored in, if myArray has 10 rows and 50 columns?

What will be an ideal response?

Computer Science & Information Technology

Which of the following connection types would NOT be found on a PC to connect a hard drive?

A. SATA B. SCSI C. USB D. DIMM

Computer Science & Information Technology

What are the necessary ingredients of a greedy algorithm?

a. Optimal substructure and greedy choice b. Recursion and greedy choice c. Priority queue and optimal substructure d. Recombination and greedy choice

Computer Science & Information Technology

Object-oriented ________ are defined by the information (data) and the actions (methods) associated with them.

A. blocks B. classes C. units D. fields

Computer Science & Information Technology