Identify the letter of the choice that best matches the phrase or definition.

A. Returns a number that corresponds to the system date and time beginning with December 31, 1899.
B. Fills a destination area using the format of the source area; no content is copied.
C. Determines the value of a cell on which the formula depends.
D. Scrutinizes the impact of changing values in cells that are referenced by a formula in another cell.
E. Shows the relationship or proportion of parts to a whole.
F. Indicates a cell is using a name Excel does not recognize.
G. Pastes the contents and format of the source area.
H. Copies the format and contents.
I. Assigns a value to a cell based on a logical test.
J. Keeps a cell reference constant when copying a formula or function.


A. NOW function
B. Fill Formatting Only
C. goal seeking
D. what-if analysis
E. pie chart
F. #NAME?
G. Keep Source Formatting
H. Fill Series
I. IF function
J. absolute cell referencing

Computer Science & Information Technology

You might also like to view...

You can wait for multiple Tasks to complete by awaiting the result of Task static method ________.

a) whenAny b) WhenAll c) when d) whenTask

Computer Science & Information Technology

What is wrong with this code?

``` int ConvertFtToInches( int ft ) { int inches; inches = ft * 12; } ``` A. The function name is invalid. B. You can’t have the variable name in the input argument list. C. There is no returned value. D. It will return the wrong value.

Computer Science & Information Technology

When you copy and paste an object into PowerPoint, it is ________

A) embedded B) cut from the original application and pasted to the clipboard C) removed from the original location and pasted into the new location D) linked

Computer Science & Information Technology

In general, simple patterns are easy to create and complex patterns are more difficult.

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

Computer Science & Information Technology