________ is the process used to send a copy of data from one source or application to another

A) Exporting B) Importing C) Merging D) Transporting


A

Computer Science & Information Technology

You might also like to view...

Which of the following is declared correctly and will not result in an error assuming x = 2 and y = 30?

a. ``` for ( var j = 10; j <= 80; j-- ) ``` b. ``` for ( var j = x, j <= y, j += 5 ) ``` c. ``` for ( var j = x; j <= 80 * y; j += 5 / x ) ``` d. ``` for ( var j = x; j <= 80 * y; j -= 5 ) ```

Computer Science & Information Technology

What does a IsNull function do?

What will be an ideal response?

Computer Science & Information Technology

A screen ________ is a picture of a portion of the computer screen that can be inserted into a worksheet

A) clipping B) shot C) snap D) illustration

Computer Science & Information Technology

You can select a different theme for your workbook. Click the ____ tab on the Ribbon. In the Themes group, click the Themes button to display a gallery of themes.

A. Page Layout B. Layout C. Format D. Page Format

Computer Science & Information Technology