what is a decision support system ? what does a DSS do
a decision support system (DSS) is designed to help managers make decisions that will further their organisations goal.
what are structured situations
what are semi-structured situations
They follow a method to reach a decision, but the correct decision is not guaranteed. in these situations, the procedure for arriving at a solution is usually known; however, it might involve a degree of subjective judgement. there is some indication of the path to take but some of the information related to the problem may not be available, might lack precision or be uncertain. eg A bank officer deciding how much to lend to a customer. decisions involve some degree of uncertainty. most real-world situations are semi-structured and can use a DSS
what are unstructured situations
this requires human intuition as a basis for finding a solution. there is no clear-cut path to the decision. information relevant to the solution might be missing, and few farts of the solution can be tackled using concrete models. No structured method for reaching a decision, too many variables, many are unknown and their interactions are highly complex and poorly understood. eg predicting stock prices
what are some examples of semi-structured situations
how does decision making in a bank office (deciding how much to lend to a customer) work
they assess the risk involved in lending the money and make a decision on the most suitable loan
how does decision making in fingerprint matching work
what are some examples of unstructured situations
how does decision making in predicting stock prices work
how does disaster relief management work
what are some systems used to support decision making
what are spreadsheets and what do they do
what are some advantages of electronic spreadsheets
why do businesses use spreadsheets
why do scientists use spreadsheets
what are the 3 types of data that may be entered into a cell in a spreadsheet (expand, what are they)
what is absolute and relative referencing in formulas
formulas - formulas carry out calculations using values in other cells. the formula itself is usually not displayed, only the value calculated is shown
- relative cell reference means that a cell reference in a formula is relative to its position. if the formula is copied or moved to another location in the spreadsheet the formula will change relative to its new position
- absolute cell referencing means a cell reference in a formula is fixed and will not change when it is copied or moved. absolute cell reference is indicated by a $ preceding the cell reference, for example $A$3
how do databases help decision making
what is a data warehouse
Data warehouse is a database that collects information from different data sources. It is a storage area of raw data that can be analysed to assist organisations to make decisions.
what is a data mart
what is data mining
Data Mining is funding in-obvious patterns to make relationships and predictions
what is a decision tree algorithm
identifies conditions that distinguish between data groups and creates a tree-like model to categorise the data based on these conditions. (view image in notes)
what is rule induction
generates sets of rules that categorise data, with each rule independent of others. Rules can intersect, and the resulting model helps classify data into overlapping groups. (view image in notes)
what is non-linear regression
fits a model to data, allowing predictions of unknown values. It goes beyond straight lines and uses curves or complex functions to capture relationships between variables. (view image in notes)