When linking data, the location to which data is copied or moved to is known as the ____ file.

A. destination
B. source
C. initial
D. update


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following is a limitation of the case blocks?

A. They are limited to the analysis of numeric data B. They generate an error if no when statements match the tested expression C. Unlike the if expression, case blocks do not allow you to substitute the when keyword with the : character D. None of the above

Computer Science & Information Technology

Which of the following protocols are enabled by default on a Cisco router for external users to access?

A) Telnet B) SSH C) Both Telnet and SSH D) Neither Telnet nor SSH

Computer Science & Information Technology

When an object is used as a(n) ____ to a method, what gets passed is a reference to the object and not the object itself.

A. variable B. element C. initializer D. parameter

Computer Science & Information Technology

The =MAX(number1,number2,....) function is used to calculate the maximum number in an array. Suppose the value in the cell B1 is 8. What is the result of the function: =MAX(1,2,3, "B1")

A. 8 B. 3 C. #VALUE D. 6

Computer Science & Information Technology