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...

Which of the following is an example of a lambda expression?

a. int x = x * factor; b. IntCalculator = new divider(x, 2); c. IntCalculator multiplier = x -> x * factor; d. Any of these are examples of a lambda expression.

Computer Science & Information Technology

Modify the class LapTimer, as described in Exercise 13 of the previous chapter, as follows:

• Add an attribute for a file stream to which we can write the times • Add a constructor LapTimer(n, person, fileName) for a race having n laps. The name of the person and the file to record the times are passed to the constructor as strings. The file should be opened and the name of the person should be written to the file. If the file cannot be opened, throw an exception.

Computer Science & Information Technology

Linux systems are different in that they are characterized by a unified file system on three partitions: root, boot, and swap

Indicate whether the statement is true or false.

Computer Science & Information Technology

Microsoft continues to improve Windows 10 with new features or security fixes, known as ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology