Basics of Decision Support Systems (GEUS) Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/26

flashcard set

Earn XP

Description and Tags

Initial vocabulary and conceptual definitions from the introduction to Decision Support Systems and Operations Research.

Last updated 7:31 PM on 7/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

27 Terms

1
New cards

Operational Systems (OS)

Applications for supporting routine decisions in daily business, often integrated into ERP systems and serving as the basis for advanced planning tasks.

2
New cards

Management Information Systems (MIS)

Applications built on top of operational systems that provide periodical reports by aggregating information (e.g., monthly sales reports).

3
New cards

Decision Support Systems (DSS)

Systems that provide support for business affairs beyond routine tasks, focusing on models, ad-hoc queries, and graphical visualization for unstructured problems.

4
New cards

Executive Support Systems (ESS)

Systems that support management by filtering and visualizing data with options for interactive changes in granularity, such as drill down and roll up.

5
New cards

Group Decision Support Systems (GDSS)

Systems designed to support multiple, cooperative decision makers in solving unstructured problems.

6
New cards

Data-Driven Decision Making

A variant of decision support that enables users to analyze data through methods like Online Analytical Processing (OLAP) or data mining.

7
New cards

Model-Driven Decision Making

A variant of decision support that focuses on mathematical models and techniques from disciplines like Operations Research (OR).

8
New cards

Operations Research (OR)

A discipline supporting practical decision making through mathematical modeling, statistical analysis, optimization, simulation, and decision analysis.

9
New cards

Structured Problems

Routine problems with high clarity, examples of which include machine scheduling or tour planning at the operational level.

10
New cards

Unstructured Problems

Complex problems with low clarity, such as mergers and acquisitions or research and development planning at the strategic level.

11
New cards

Tactical Decisions

Decisions with a medium-term temporal scope, such as project scheduling or budget planning.

12
New cards

Strategic Decisions

Decisions with a long-term temporal scope and often low structure, such as facility location planning or investment planning.

13
New cards

Data Mining

The process of discovering patterns in data involving methods of machine learning, statistics, and database systems.

14
New cards

Online Analytical Processing (OLAP)

Also known as business intelligence, this involves queries usually based on multi-dimensional data stored in databases or data warehouses.

15
New cards

Scientific Process of OR

A sequence involving problem formulation, building a mathematical model, hypothesizing model validity, and conducting experiments for validation.

16
New cards

Optimal Solution

The best possible course of action identified by searching for the best solution for the model representing a problem.

17
New cards

Julia/JuMP

A programming language and modeling language used for solving Linear Programming and network optimization problems.

18
New cards

Hungarian Method

A dedicated solution method used specifically for the Assignment Problem.

19
New cards

Knapsack Problem

A problem modeled as a linear program and solved through methods like enumeration, profitability index, or dynamic optimization.

20
New cards

Vogel’s Approximation Method

One of several dedicated solution methods for the Transportation Problem.

21
New cards

Traveling Salesman Problem (TSP)

A specific type of network optimization problem concerning the identification of the shortest possible route visiting a set of locations.

22
New cards

Validation (in OR)

The process of verifying that a model's conclusions are valid for the real-world problem through experiments.

23
New cards

Drill down / Roll up

Interactive options in ESS for changing data granularity to see more specific or more aggregated information.

24
New cards

Transportation Problem

A planning problem that can be modeled as a linear program and solved using methods like the NW corner method or the stepping stone method.

25
New cards

Transshipment Problem

A problem type that can be transformed into a transportation problem for solving, often involving modeling in Julia/JuMP.

26
New cards

Minimum Spanning Tree

A type of network optimization problem aimed at connecting all nodes in a network with the minimum total edge weight.

27
New cards

Maximum Flow Problem

A network optimization task that seeks to find the maximum amount of flow that can pass through a network from source to sink.