Spreadsheets Flashcards

(18 cards)

1
Q

What is a Worksheet?

A

A page within a spreadsheet

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

What is a Workbook?

A

Multiple worksheets in a spreadsheet

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

What is a Cell?

A

An individual box within a spreadsheet

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

What is an Active cell?

A

The cell you are currently click on or have selected

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

What is a Formula?

A

Starts with = and is used to complete calculations

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

What is a Value?

A

Text or number that is represented

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

What is a Column?

A

A vertical line of cells in a spreadsheet. Labelled with the column headers A, B, C, D, E etc.

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

What is a Row?

A

The horizontal lines in a spreadsheet. Labelled with the row headers 1, 2, 3, 4, etc

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

What does the SUM function do?

A

The SUM function adds values. You can add individual values, cell references or ranges or a mix of all three.

For example: =SUM(A2:A10)

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

What is Addition?

A

Adding numbers together using +

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

What is Multiplication?

A

Times numbers using *

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

What is Subtraction?

A

Take away/ minus numbers using -

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

What is Division?

A

Dividing numbers using /

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

What is the Use of Spreadsheets?

A

Spreadsheets can be used by accountants and within businesses to create budgets, produce graphs and charts, and for storing and sorting data

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

Replicate content

A

In the active cell, use the small square at the bottom right hand corner, to replicate/copy your data or formula into other cells.

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

What does VLOOKUP do?

A

Looks at the value in a certain cell, checks it against a vertical list in a table and returns the value from another column on the same row to display it to the user.

17
Q

What does COUNTIF do?

A

A COUNTIF statement will check against a given criteria to see if it matches and return a statement to show whether it does or not.