What would you do if you wanted a type of snapshot of Excel data inserted into a Word document?

A) Linking
B) Embedding
C) Grouping
D) Layering


B

Computer Science & Information Technology

You might also like to view...

The shell syntax for assigning values to variables is

A. variablename=value B. set variablename = value

Computer Science & Information Technology

An existing bulleted list can be converted into a SmartArt graphic

Indicate whether the statement is true or false

Computer Science & Information Technology

A main advantage of enterprise resource planning (ERP) is that it describes a _____ that ensures connectivity and easy integration of future systems, including in-house software and commercial packages.?

A. ?data frame B. ?platform C. ?bandwidth D. ?hub

Computer Science & Information Technology

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

1. A condition-controlled loop can be used to iterate the body of the loop a specific number of times. 2. A While loop repeats infinitely when there is no statement inside the loop body that makes the test condition false. 3. A posttest loop does not perform any iteration if the Boolean expression is false to begin with. 4. Modules can be called from statements in the body of any loop. 5. Any loop that can be written as a Do-While loop can also be written as a While loop.

Computer Science & Information Technology