MSIS 3223 Final Exam Oklahoma State

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/61

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

62 Terms

1
New cards

Total Cost

=Fixed Cost + Variable Cost * Quantity Produced

2
New cards

Influence Diagram

A visual representation of a descriptive model that shows how the elements of the model influence, or relate to, others.

3
New cards

Revenue

= Price * Quantity Sold

4
New cards

Gross Profit

= Sales - Cost of Goods Sold

5
New cards

Operating Expenses

= Admin Expenses + Selling Expenses + Depreciation Expenses

6
New cards

Net Operating Income

= Gross Profit - Operating Expenses

7
New cards

Earnings Before Taxes

= Net Operating Income - Interest Expense

8
New cards

Net Income

= Earnings Before Taxes - Taxes

9
New cards

Spreadsheet Engineering

The process of building spreadsheet models

10
New cards

Verification

The process of ensuring that a model is accurate and free from logical errors.

11
New cards

Data Validation

An Excel tool that allows you to define acceptable input values in a spreadsheet and provides and error alert if an invalid entry is made

-Data > Data Tools

-Select the cell range, click Data Validation

-Specify the criteria that Excel will use to flag invalid data.

12
New cards

Single-Period Purchase Decisions

One-Time purchase decisions often must be made in the face of uncertain demand.

13
New cards

Predictive Models

Theses kind of models focus on understanding the future.

14
New cards

Cash Budgeting

The process of projecting and summarizing a company's cash inflows and outflows expected during a planning horizon, usually 6 to 12 months.

15
New cards

Project Management

Concerned with scheduling the activities of a project involving interrelated activities.

16
New cards

Critical Path

The longest path through the network defines the minimum project completion time is called the...

17
New cards

Optimization Models

Predictive models are often called ____________ .

-Specifies a set of decision variables, numerical quantities that represent the decision options from which to choose.

-Specifies an objective function and constraints.

18
New cards

What-If Analysis

Spreadsheet models that allow you to easily evaluate what-if questions by changing input values and recalculating model outputs.

19
New cards

Data Tables

_______ _________ summarize the impact of one or two inputs on a specified output.

20
New cards

One-Way Data Table

Evaluates an output variable over a range of values for a single input variable.

21
New cards

Two-Way Data Tables

Evaluate an output variable over a range of values for two different input variables.

22
New cards

Scenario Manager

Allows the creation of scenarios. Sets of values that are saved and can be substituted in worksheets.

23
New cards

Optimization

The process of selecting values of decision variables that minimize or maximize some quantity of interest.

24
New cards

What are the 2 basic properties of Linear Optimization Models?

1. The objective function and all constraints are linear functions of the decision variables.

2. All variables are continuous.

25
New cards

Integer Linear Optimization Model

Some of or all the variables are restricted to being whole numbers.

- A special type of integer problem is one in which variables can be only 0 or 1.

-More difficult to solve, but have important applications in scheduling and supply chains.

26
New cards

Nonlinear Optimization Model

Whenever either the objective function or a constraint is not linear.

27
New cards

Examples of Linear Optimization Models

-Product Mix

-Process Selection

-Blending

-Portfolio Selection

-Transportation

-Multiperiod Production Report

28
New cards

Decision Variables

The unknown values that the model seeks to determine.

29
New cards

Objective Function

The quantity we seek to minimize or maximize.

30
New cards

Constraints

Limitations, requirements, or all other restrictions that are imposed on any solution, either from practical or technological considerations or by management policy.

31
New cards

How are Decision Variables Represented?

Descriptive names, abbreviations, or subscripted letters. (X1, X2, etc.)

32
New cards

What does <= mean?

Cannot Exceed

33
New cards

What does >= mean?

At Least

34
New cards

What does = mean?

Must contain exactly.

35
New cards

How are constraints expressed?

As algebraic inequalities or equations, with all variables on the left side and constant terms on the right.

36
New cards

Constraint Function

The left-hand side of a constraint.

37
New cards

Simple Bounds

Constrain the value of a single variable.

38
New cards

Limitations

Involve the allocation of scarce resources.

39
New cards

Requirements

Specification of minimum levels of performance.

40
New cards

Proportional Relationships

Often found in problems involving mixtures or blends of materials or strategies.

41
New cards

Balance Constraints

Input = Output

42
New cards

What excel functions should be avoided in linear optimization?

-ABS

-IF

-MIN and MAX

-INT

-ROUND

-COUNT

43
New cards

Feasible Solution

Any solution that satisfies all of the constraints.

44
New cards

Optimal Solution

The best of all feasible solutions.

45
New cards

How do you determine optimal solutions using excel?

Data>Analysis>Solver

46
New cards

Binding Constraint

Is on for which the Cell Value is equal to the right-hand side of the value constraint.

47
New cards

Slack

Refers to the difference between the left- and right-hand sides of the constraints for the optimal solution.

48
New cards

Corner Points

The points at which the constraint lines intersect along the feasible region are called _________ ________.

49
New cards

Unique Optimal Solution

There is exactly one solution that will result in the maximum (or minimum) objective.

50
New cards

Alternative (Multiple) Optimal Solutions

The objective is maximized (or minimized) by more than one combination of decision variables, all of which have the same objective function value.

51
New cards

Unbounded Solution

The objective can be increased of decreased without bound (i.e., to infinity for a maximization problem or negative infinity for a minimization problem).

52
New cards

Infeasibility

No feasible solution exists.

53
New cards

Blending Problems

Problems involve mixing several raw materials that have different characteristics to make a product that meets certain specifications.

-Dietary planning, gas and oil refining, coal and fertilizer production, etc.

54
New cards

General Integer Variables

Decision variable that we force to be integers are called ______ _______ ________.

55
New cards

What are Binary variables used for?

Yes-or-no decisions.

56
New cards

Quadratic Equation

An equation of the second degree, meaning it contains at least one term that is squared. The standard form is ax^2+bx+c.

57
New cards

Quadratic Optimization Model

A model that has a quadratic objective and all linear constraints.

58
New cards

How are Quadratic Optimization Models Solved?

Standard L P/Quadratic method in Solver on Excel

59
New cards

Markowitz Portfolio Model

The classic quadratic optimization model in finance that seeks to minimize risk of an investment portfolio.

60
New cards

Variance

The spread of data set around its mean value.

61
New cards

Covariance

The measure of the directional relationship between two random variables.

62
New cards

What Excel Functions lead to non-smooth models?

IF, ABS, MAX, MIN.