Chapter 4 Flashcards

0
Q

Define operand

A

A constant (text or number) or cell reference used in a formula

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

Define formula

A

The equation used to calculate values based on numbers entered in cells

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

Define operator

A

A symbol that indicates the type of calculation to perform on operands. (+-^*/)

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

Define order of evaluation

A

The sequence used to calculate the value of a formula

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

What is the order of evaluation

A
  1. Contents with parenthesis
  2. Exponents ^ , positive or negative, multiplication * or division /, addition + or subtraction -.
  3. if 2 or more operators have the same order of evaluation, the equation is evaluated from left to right.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a relative cell reference ?

A

A cell reference that adjusts to its new location when copied or moved to another cell

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

What is an absolute cell reference ?

A

An absolute cell reference does not change when copied or moved to a new cell.

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

How to create an absolute cell reference ?

A

To create an absolute cell reference you insert a dollar sign $ before he column letter and before the row number
Ex: =$A$3+$A$4

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

What is a mixed cell reference ?

A

Cell references that contain both relative and absolute references.

When formula with mixed cell references are copied or moved to another cell, the row or column references preceded by a $ so not change; the row or column reference not preceded by $ adjust to match the cell to which they are moved.
Ex: =A$3+ A$4 would become
=B$3+B$4

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

What is the purpose of manual calculation?

A

Manual calculation lets you determine when excel calculates the formulas

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