A screenshot can easily be inserted into a document by displaying a window or Web site you would like to insert, and then clicking the Screenshot button found on the __________ tab.
a. Page Layout
b. Insert
c. Add-Ins
d. View
Answer: b. Insert
Computer Science & Information Technology
You might also like to view...
Match the following terms to their meanings:
I. Intranet A. File extension for a PowerPoint presentation II. .pptx B. Language that tells Web browsers how to display III. .mht Web pages IV. HTML C. File extension for a presentation stored as a Single File V. Yellow message bar Web Page D. An organization's internal network E. May appear if your system has restricted ActiveX controls
Computer Science & Information Technology
Which of the following prints the address of character string string given the following declaration?
char * string = "test"; a. cout << string; b. cout << *&string; c. cout << static_cast< void * >( string ); d. cout << * string;
Computer Science & Information Technology