?Which of the following is a disadvantage of linking an object?

A. ?The source file and the destination file need to be stored together.
B. ?Changes made in the destination file are reflected in the source file.
C. ?Changes made in the source file are not reflected in the destination file.
D. ?The source file is deleted once linked into the destination file.


Answer: A

Computer Science & Information Technology

You might also like to view...

The << shift operator means:

A. divide by a power of 2 B. multiply by a power of 2 C. shift the data type following the << operator to a different data type preceding the << operator D. shift the location of the following variable from regular RAM memory to heap memory

Computer Science & Information Technology

__________ computing is defined as that type of computing in which the correctness of the system depends not only on the logical result of the computation but also on the time at which the results are produced.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The first two arguments of the DatePart function are ________ which describes the part of the date that will be returned; and ________ which tells Access where to locate the date/time information

A) <>, <> B) <>, <> C) <>, <> D) <>, <>

Computer Science & Information Technology

A binary search will work whether or not values in the array have been sorted first.

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

Computer Science & Information Technology