The ____ data type is used for linked or embedded objects that are created in another program.

A. Import
B. Lookup
C. OLE Object
D. Hyperlink


Answer: C

Computer Science & Information Technology

You might also like to view...

When you have identified the actions that a class is responsible for doing, you have identified its ____________.

a. event handlers b. methods c. fields and/or properties d. actions

Computer Science & Information Technology

What will be displayed after the following statements are executed?

``` int y = 10; if (y == 10) { int x = 30; x += y; System.out.println(x); } ``` a. 40 b. 30 c. 20 d. The code contains an error and will not compile.

Computer Science & Information Technology

You use the ____ panel to adjust the size, rotation, or skew of a selected object.

a. Object b. Transform c. Shape d. Dimensions

Computer Science & Information Technology

Buttons and icons are arranged in related:

A) documents. B) groups. C) ribbons. D) paragraphs.

Computer Science & Information Technology