Tom is preparing a speech on the Civil War for the weekly meeting of the Business and Professional Womens Club. As an amateur historian, Tom had previously created an Excel spreadsheet on significant Civil War battles including dates, locations, casualties, and key military figures involved. He drafts his remarks in Word, then pastes the Excel spreadsheet in the document.Tom links the files so that any changes he makes to the Excel spreadsheet, or ____ file, are also reflected in the Word document.

A. source
B. object
C. destination
D. default


Answer: A

Computer Science & Information Technology

You might also like to view...

An active control is one that:

a) can move about the screen. b) is most commonly clicked by the user c) has the focus d) one that changes, whether it is color or another property, on an event.

Computer Science & Information Technology

Microsoft Office is an example of a software ____________________.

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

Computer Science & Information Technology

Consider a 2-by-3 array t that will store integers.

a) Write a statement that declares and creates array t. b) How many rows does t have?v c) How many columns does t have? d) How many elements does t have? e) Write the names of all the elements in the second row of t. f) Write the names of all the elements in the third column of t. g) Write a single statement that sets the element of t in row 1 and column 2 to zero. h) Write a series of statements that initializes each element of t to zero. Do not use a repetition structure. i) Write a nested for structure that initializes each element of t to zero. j) Write a series of statements that determines and prints the smallest value in array t. k) Write a statement that displays the elements of the first row of t. l) Write a statement that totals the elements of the fourth column of t.

Computer Science & Information Technology

When overloading an operator, the meaning of how an operator works with built-in types remains the same.

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

Computer Science & Information Technology