?In the given snippet from Microsoft Word 2016, the option that Box 1 indicates allows you to:
?

A. ?link copied data to Word.
B. ?link copied data as a hyperlink to Word.
C. ?paste a copied item as an image in Word.
D. ?paste a copied item as an embedded object in Word.


Answer: A

Computer Science & Information Technology

You might also like to view...

After entering 2 in the priceJTextField and 14 in the hammersJTextField, a user clicks the JButton named calculateJButton to calculate the total price for the specified number of hammers. What is the result of the click, given the following code?

``` 1 private void calculateJButtonActionPerformed( ActionEvent event ) 2 { 3 totalPriceJTextField.setText( String.valueOf( 4 Integer.parseInt( priceJTextField.getText() ) * 5 Integer.parseInt( hammersJTextField.getText() ) ) ); 6 7 } // calculateJButtonActionPerformed ```

Computer Science & Information Technology

Polymorphism enables you to:

a. program in the general. b. program in the specific. c. absorb attributes and behavior from previous classes. d. hide information from the user.

Computer Science & Information Technology

Twitter is a ________ service

A) photo-sharing B) verb C) microblogging D) blogging

Computer Science & Information Technology

You would use Word's ________ view to display a document in a hierarchical form, clearly showing the levels of heading detail

A) Draft B) Presentation C) Outline D) Annotations

Computer Science & Information Technology