Decision Support Systems Flashcards
What is Data management
it is used to collect and organise the data
What is model management
it involves the use of a model to turn data into information.
What is dialogue management
It allows the user to enter a request in a convenient manner. It provides the interactivity of DSSs.
what is a Geographic information system (GIS for short)
it is an information system that is capable of assembling, storing, manipulating and displaying geographically referenced information.
What is “What-if”
it is the process of making changes to the data and observing their effects.
what are Expert systems
they are systems that provide information and solve problems that would otherwise require a person experience in that field to do.
what are the components of an expert system
The knowledge base and the inference engine
What is a knowledge base
The knowledge base is a set of general facts and if-then rules supplied by an expert.
what is a nerual network
it is an information system that works like the human brain and is capable of learning.
what are Expert system shells
they are ready-made expert systems except that they contain no knowledge.
what is the database of facts
is the data that relates to the specific situation being anaysed.
what is the difference between a database of facts and a knowledge base
a knowledge base contains data that are more general where as a database of facts would contain data from a specific problem.
what is an inference engine
The inference engine is the part of the expert system that carries out the reasoning. It is essentially a rule interpreter whose function is to use the if-then rules of a knowledge base to solve the problem set by the user.
what is the explanation mechanisim
it is a method of checking how the expert system inferred its deduction.
what are the two main types of inference engines
Forward chaining and backward chaining
what is forward chaining
Forward chaining is an inference strategy in which the user supplies all the data before the question is asked or the inference is made. It begins with data and works forward to see if any conclusions can be reached. They are often used when there is no clear goal and the system is just attmeping to determine all of the conclusions implied by the data.
What is backward chaining
Backward chaining starts with one or more possible solutions and searches back through the system to determine the questions to be asked. Backward chaining starts with a tentative conclusion and searches back through the rules for the questions or facts that support that conclusion. Backward chaining works in the opposite direction to forward chaining. example is “you are on a healthy diet” and then asks all the questions to ensure the user meets the conditinos.
what is fuzzy logic
it describes the vairables that exist between a “true” and a “false”. They may be expressed as probabilities or possibilities.
What are intelligent agents
they are pieces of software that are used in data mining to search through relational databases for relevant data.
what is a pivot table
it is an interactive table that quickly summarises large amounts of data.
what is a linear regression model
it is the best-fit relationship between two types of data.
what are the types of charts
Bar charts
Coloumn charts
line charts
Pie charts
what is a chart
it is a graphical representation of numerical data
when would you use each type of charts
Bar charts and column charts are used to do comparisions between items to be made at a glance and show variation between them over a period of time.
Line charts are used to show trends or changes in data over a period of time, and emphasises the time flow/rate of change rather than the amount of change.
Pie charts are used to show the relationship, or proportions of parts to a whole. They are used to appeal to people because they are easy to read and attractive.