Ch5 - Decision Support Systems Flashcards

1
Q

DSS Stands for

A

Decision Support System

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

What is a model?

A

A representation of some aspect of the real world.

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

What is a simulation?

A

Running data through a model to produce an outcome.

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

Decision Support Systems are useful for what types of problems?

A

Fuzzy complicated problems which can’t be directly computed.

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

Which three of the seven information processes is important in a DSS?

A

Collecting, Organising and Analysing

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

What are the three components of a DSS?

A

Data management, Model management, Dialogue management

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

What are the three classifications of situations?

A

Structured, Semi Structured and Unstructured

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

Describe the characteristics of structured situations.

A
  • Decisions are automated
  • DSS not required
  • A set of inputs will always produce the same solution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Describe the characteristics of semi-structured situations.

A
  • There is a method to follow
  • Requirements are clear cut
  • Correct, accurate solution is not guaranteed
  • Many factors or unknown factors involved
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Describe the characteristics of unstructured situations.

A
  • There is no method to reach the decision
  • Judgements are required
  • Requires insights into the problem
  • Too many factors or unknown factors involved
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Give examples of a structured situation.

A
  • Calculating area of a shape
  • Producing an average of a set of results
  • Working out the height of an object
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Give examples of a semi-structured situation.

A
  • Predicting the weather
  • Working out an insurance estimate
  • Which subjects should I choose at school
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Give examples of unstructured situations.

A
  • Outcome of a coin toss
  • Best course of action for a sports player during a game
  • Predicting stock prices
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the different types of DSS’s?

A
  • Spreadsheets
  • Databases
  • Expert Systems
  • Neural networks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the four areas of a well laid out spreadsheet?

A
  • Instruction area
  • Input area
  • Calculation area
  • Output area
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the difference between a formula and a function?

A

A formula is a calculation that you have written. A function is a calculation using built in operations (usually to perform more complex tasks).

17
Q

What is the difference between an absolute and a relative cell reference?

A

An absolute cell reference will not change as it is copied to new cells whereas a relative cell reference will update what it refers to when copied to a new cell.

18
Q

How do you make a cell reference an absolute cell reference?

A

By adding a $ sign in front of either the Row or Column (or both) to lock it in place.

19
Q

What is a circular reference?

A

When you have two or more cell references that create a loop in terms of referring to each other. Results in an error.

20
Q

What are the four main parts of an SQL query?

A

SELECT
FROM
WHERE
ORDER By

21
Q

What is a VLOOKUP?

A

A function in spreadsheets that can identify a value in a table several columns over from the reference column according to a set criteria.

22
Q
A