Chapter 5 Flashcards

0
Q

What is an argument ?

A

The value the function used to perform a calculation, including g a number text it cell reference that acts as an operand.

The argument follows the function name and is enclosed in parenthesis.
( if more then 1 argument, commas separate the arguments)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

What is a function ?

A
A shorthand way to write an equation that performs a calculation 
3 parts:
1. An equal sign =
2. Function name 
3. Atleast 1 argument
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Example of mathematical and trigonometric functions:

A

SQRT- square root
ROUND-(#,Num-digits) # in 1st argument rounded to the # of decimal places designated in the 2nd argument
Ex: =ROUND (14,23433,2) returns 14.23
LN-(#) the natural logarithm of #

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are statistical functions used for ? Example of ?

A

Used to describe quantities of data

Ex:
AVERAGE 
COUNT
MIN
MAX
COUNTA
STDEV.
VAR.P
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the purpose of a financial function ? Example of?

A
Used to analyze loans and investments.
Ex:
FV
PV
PMT
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are logical functions ?

A

Such as IF function, displays texts or values if certain conditions exist.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly