Lesson 4 Flashcards

(38 cards)

1
Q
  • is the intersection between a row and a column on a spreadsheet that starts with
    cell A1.
A

Cell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  • A combination of a letter and a number that specifies the column and row in which a cell is located on a spreadsheet.
A

Cell address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  • it is the heavy border around the selected cell.
A

Cell pointer

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

is a series of data banks laid out in a horizontal fashion in a spreadsheet.

A

Row

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

is a vertical series of cells in a spreadsheet.

A

Column

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

is an Excel file that contains one or more worksheets. It is another word for your Excel file.

A

Workbook

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

is a collection of cells on a single “sheet” where you actually keep and manipulate the data.

A

Worksheet

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

refers to the data in a spreadsheet. It can be in a form of text, dates, numbers and Boolean da

A

Values

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

is a customizable toolbar that contains or holds frequently used commands.

A

Quick access toolbar

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

It depicts all the features of Excel in easy to understand form. It is organized into a series of tabs - such as File, Home, and Formulas.

A

Ribbon

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

located above the worksheet, this area displays the contents of the active cell. It can also be used for entering or editing data and formulas.

A

Formula bar

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

the current worksheet that is being displayed.

A

Sheet tab

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

This shows the address of the current selection or active cell.

A

Name box

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

-contains commands which are mostly related to file management such as opening new or existing worksheet files, saving
and printing.

A

File tab

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

This tells us what is going on with Excel at any time

A

Status bar

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

is any equation entered into a cell on a Microsoft Excel spreadsheet. It is an expression which calculates the value of a cell and always starts with an equal sign (=).

17
Q

are predefined formulas that perform a specific operation. Functions are typed alongside parenthesis, where in the arguments if any are listed in between.

18
Q

❑+ ❑- ❑*
❑/
❑ SUM
❑ SUMIF
❑ COUNT
❑ COUNTIF
❑ RANK
❑ AVERAGE
❑ AVERAGEIF ❑ IF
❑ PIVOT

A

Commonly Used Excel Operators and Functions

19
Q

-use in a formula to add numbers.

20
Q

Use in a formula to subtract numbers or to signify a negative number.

21
Q

Use in a formula to multiply number

A
  • (asterisk; also called “star”)
22
Q

Use in a formula to divide one number by another

A

/(forward slash)

23
Q

-is a function used to compute for the summation of the number of a range.

24
Q

a numeric value that you wish to sum

25
the range of cells that you wish to sum.
Cell
26
is a function to sum the values in a range that meet criteria that you specify.
SUMIF
27
Required. The range of cells that you want to apply the criteria against.
Range
28
Required. The criteria used to determine which cells to add.
Criteria
29
Optional. It is the range of cells to sum together. If this parameter is omitted, it uses range as the
Sum range
30
is a function that returns the average (arithmetic mean) of the numbers provided.
Average
31
The first number, cell reference, or range for which you want the average.
Number 1
32
Additional numbers, cell references or ranges for which you want the average, up to a maximum of 255.
Number 2
33
- is a function that returns the average (arithmetic mean) of all the cells in a range that meet a given criteria.
Average if
34
it is a function used to count the cells with content in a range.
Count
35
it is a function that counts the number of cells in a range, that meets a given criteria.
Count if
36
it is a function that returns the rank of a number in a list of numbers.
Rank
37
it is a function that returns one value if the condition is TRUE, or another value if the condition is FALSE
IF
38
it is a function that returns one value if the condition is TRUE, or another value if the condition is FALSE
IF