Which command sequence should you use to import the contents of a file into a Word document?

a. On the Insert tab, in the Text section, click the Object drop-down arrow, and then click Text from File.
b. On the Insert tab, in the Text section, click the Object drop-down arrow, and then click Object.
c. On the File tab, in the Open section, click This PC, and then double-click the file you want to import.
d. On the Insert tab, in the Text section, click the Text Box drop-down arrow, and then click Draw Text Box.


Answer: a. On the Insert tab, in the Text section, click the Object drop-down arrow, and then click Text from File.

Computer Science & Information Technology

You might also like to view...

Give at least two STL containers that fit the Adapter Pattern as described in the text. Answer: The stack, queue, and priority queue are the adapter containers. Describe the sort pattern. Discuss the quick sort routines in terms of this pattern.

What will be an ideal response?

Computer Science & Information Technology

A root certificate is the original certificate issued by the CA.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The Report tool generates a report by displaying all records and all fields from the selected record source

Indicate whether the statement is true or false

Computer Science & Information Technology

What is the value of alpha[2] after the following code executes?  int alpha[5];int j;for (j = 0; j < 5; j++)  alpha[j] = 2 * j + 1; 

A. 1 B. 4 C. 5 D. 6

Computer Science & Information Technology