Spreadsheet Concepts Flashcards
What are the two main types of modelling software?
Modelling of objects and mathematical modelling.
What is the modelling of objects?
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.
Why would you model an object?
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.
What is mathematical modelling?
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.
What is replication in mathematical modelling?
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.
What are ‘What if…?’ questions?
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.
V_______ and C________?
Variables and constants.
What are variables?
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.
What are constants?
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.
NOTE:
You can rename cells. So C10 could become VAT_RATE if needed, which may make it easier for you to understand later.
Why is computer modelling used?
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.
What are the four main characteristics of a model?
Variables, formulae, rules and functions.
Describe variables.
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.
Describe formulae.
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).
Describe rules.
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.