Spreadsheet Concepts Flashcards

1
Q

What are the two main types of modelling software?

A

Modelling of objects and mathematical modelling.

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

What is the modelling of objects?

A

Computer models allows you to create a virtual representation of the items within a computer. You can model large items such as buildings and look at the effect on them from different external influences. (Fire, earthquakes). You can zoom in to components (such as a bolt on a car) and see how they will react to different things.

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

Why would you model an object?

A

To change components and see how they react. Move items and try different designs. The effect can be gauged at the touch of a button without having to take the risk of building the real thing.

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

What is mathematical modelling?

A

Finance is commonly modelled with spreadsheets. They are based on a layout of rows and columns. This allows items to be laid out in a logical and easy to follow format.

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

What is replication in mathematical modelling?

A

This is the copying of a cell horizontally or vertically. The value of the cell can be extended outwards. If the value is an item in a list, the next item in the list can be given in the next cell, such as day of the week. Formulae can also be copied.

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

What are ‘What if…?’ questions?

A

They allow a user to change values and see what the effect would be on end results. An alternative method of asking questions is to start with the result and to see what would need to happen for that result to occur. This is known as goal seeking. It requires a value to be changed so other values are recalculated.

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

V_______ and C________?

A

Variables and constants.

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

What are variables?

A

A variable is a changeable value that is entered into a cell that is then used in a formula. It can be changed by a user when required which will lead to a recalculation of the figures based on that variable.

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

What are constants?

A

Constants are values which are used in formulae but can’t be changed by the user. VAT rate (17.5%) is an example of a constant.

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

NOTE:

A

You can rename cells. So C10 could become VAT_RATE if needed, which may make it easier for you to understand later.

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

Why is computer modelling used?

A

It is safer, cheaper and less risky to test a model of a design instead of creating it in reality. You only need to create one model as it can be altered and changed, instead of creating a new one in reality for each alteration. A computer model is also stored electronically which has its own advantages.

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

What are the four main characteristics of a model?

A

Variables, formulae, rules and functions.

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

Describe variables.

A

A variable is an identifier associated with a particular cell. Within the cell there will be a value. The variable could be a cell reference, like D4. When the variable is used in a spreadsheet, it is the value contained within the variable that is used.

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

Describe formulae.

A

A formula is the way that a calculation is represented in a spreadsheet. Formulae use numbers, addresses or cells and mathematical operators ( + / * - ). An example would be A12+(A12*VAT_RATE).

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

Describe rules.

A

Rules are a set of procedures that must be followed, if a calculation requires two values, these values must be supplied. A validation rule can be applied to make sure that the value is given.

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

Describe functions.

A

A function is used to represent a formula that is too complex or too long to expect an ordinary user to enter. A function uses reserved words that are built into the spreadsheet such as SUM, MAX or LOOKUP.

17
Q

What if…? NOTE:

A

The only cost is time. Once the model has been created it will answer as many ‘What if…?’ questions as you want. But it is still likely to be quicker than creating physical models. And if there is an error, it is also quicker to edit on a computer.

18
Q

Advantages of using a spreadsheet to create and run simulations:

A

‘What if?’ questions can be asked without the need to rebuild a model each time. Automatic recalculation if one change is made to a variable. Graphs can be produced. The model can be saved and backed up. Electronic. No additional software is required, spreadsheets are standard applications. Only one model needs to be built. It is safer to do it on a computer (testing a ship in a storm).

19
Q

Disadvantages of using a spreadsheet to create and run simulations:

A

The model may not be a 100% accurate representation due to unforeseen complications. Many variables need to be considered and it is easy to miss things out, thus misleading results. Time consuming and you need the knowledge.

20
Q

Describe a worksheet in spreadsheet software.

A

A worksheet is a large grid of cells on a single sheet. A worksheet can be used to hold data on a single area of the business. For example, it can hold the sales data, the expenditure or the stock. They can be given names.

21
Q

Describe a workbook in spreadsheet software.

A

A workbook is a collection of more than one worksheet in the same spreadsheet. Separate worksheets could contain financial figures for different areas of a business. Together they comprise a workbook and contain the figures for the whole business.

22
Q

What is the main advantage of using a workbook in spreadsheet software?

A

If the data is changed on one worksheet, it will be reflected across the whole workbook. As it is saved as a single entity, it is easy to back up, copy and send.

23
Q

Describe rows and columns inside spreadsheet software.

A

Rows are given numbers and columns are given letters. They’re used to organised data and can hold headings to show where the data is stored. Their size can be adjusted and they can also be hidden.

24
Q

Describe a cell inside a spreadsheet software.

A

A cell is an individual data store identified by a column and row indicator. They can be formatted. And can also be protected so that they can’t be edited without a password.

25
Q

Describe range within a spreadsheet software.

A

A range is a group of cells. The group can be given a name or just known by it’s cell references. A range is given top left to bottom right, separated by a colon so… A4:B6.

26
Q

What is relative cell referencing?

A

This is when the cell referenced in a spreadsheet formula changes when the formula is copied to other cells. This means that when a formula or function is copied, the cell reference within the formula will move.

27
Q

An example of relative cell referencing:

A

If a formula in cell A3 has been copied to the right into cells B3, C3 and D3, each time relative addressing ensures that the columns referenced in the formula are also changed by the same amount.

28
Q

What is absolute referencing?

A

Used when a referenced cell in a spreadsheet formula needs to remain exactly the same when copied elsewhere. A cell may contain a constant value such as the VAT rate, so the cell will always be referred to in calculations that use it.

29
Q

An example of absolute referencing:

A

By putting a $ sign before the column and row parts of the cell references (=$A$1+A2).

30
Q

Where is absolute referencing used?

A

When a value is used in the same formula or function many times.