MSIS 3223 Exam 1 (Appendix A1, Ch. 1-4)

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/102

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.

103 Terms

1
New cards

Cell references

_____ in formulas can be written with either relative addresses or absolute addresses.

2
New cards

Relative

A(n) _____ address uses just the row and column label in the cell reference (for example A4 or C23).

3
New cards

Absolute

A(n) _____ address uses a dollar sign ($) before either the row or column or both ($A2, C$23, or $B$15).

4
New cards

B$4

Using a dollar sign ($) before a row label (for example _____) keeps the reference fixed to row 4 but allows the column reference to change if the formula is copied to another cell.

5
New cards

$B$4

Using a dollar sign ($) before both the row and column (for example _____) will keep the reference fixed for both the row and column.

6
New cards

Insert

The easiest way to locate a particular function is to select a cell and click the _____ function button (fx) which can be found under the ribbon next to the formula bar.

7
New cards

MIN(range)

Function in Excel:

finds the smallest value in a range of cells.

8
New cards

MAX(range)

Function in Excel:

finds the largest value in a range of cells.

9
New cards

SUM(range)

Function in Excel:

finds the sum of values in a range of cells.

10
New cards

AVERAGE(range)

Function in Excel:

finds the average of the values in a range of cells.

11
New cards

COUNT(range)

Function in Excel:

finds the number of cells in a range that contains numbers.

12
New cards

COUNTIF(range, criteria)

Function in Excel:

finds the number of cells within a range that meet a specified criterion.

13
New cards

Net Present Value (NPV)

Measures the worth of a stream of cash flows, taking into account the time value of money.

14
New cards

Discount Rate

The _____ reflects the opportunity costs of spending funds now versus achieving a return through another investment, as well as the risks associated with not receiving returns until a later time.

15
New cards

positive NPV

A _____ means that the investment will provide added value because the projected return exceeds the discount rate.

16
New cards

Descriptive Analytics

The most commonly used and most-well understood type of analytics. Summarizes data into meaningful charts & reports, for example, about budgets, sales, revenues, or cost.

17
New cards

Predictive Analytics

Seeks to predict the future by examining historical data, detecting patterns or relationships in these data, & then extrapolating these relationships forward in time.

18
New cards

Prescriptive Analytics

Uses optimization to identify the best alternatives to minimize or maximize some objective.

19
New cards

decision

Many _____ models can be formalized using a model.

20
New cards

Model

A _____ is an abstraction or representation of a real system, idea, or object. They capture the most important feature of a problem & present them in a form that is easy to interpret.

21
New cards

description

A model can be as simple as a written or verbal _____ of some phenomenon, a visual representation (visual model) such as a graph or flowchart, or a mathematical or spreadsheet representation.

22
New cards

1. Data

2. Uncontrollable inputs

3. Decision options

The 3 types of input in a Decision Model:

23
New cards

Data

Assumed to be constant for purposes of the decision model.

24
New cards

Uncontrollable inputs

Quantities that can change but cannot be directly controlled by the decision maker.

25
New cards

Decision options

Controllable, and can be selected at the discretion of the decision maker. They are often called decision variables.

26
New cards

Descriptive Models

Explain behavior & allow users to evaluate potential decisions by asking "what-if?" questions. They describe relationships allowing a manager to make a decision, without telling a manager what to do.

27
New cards

Predictive Models

Focus on what will happen in the future.

28
New cards

Prescriptive Models

Help decision makers identify the best solution to decision problems. They use optimization - the process of finding a set of values for decision options that minimize or maximize some quantity of interest.

29
New cards

help managers solve problems & make decisions.

The fundamental purpose of analytics is to

30
New cards

1. Recognizing the problem

2. Defining the problem

3. Structuring the problem

4. Analyzing the problem

5. Interpreting results & making a decision

Phases of problem solving:

31
New cards

Logical

_____ functions depend on whether one or more conditions are true or false.

32
New cards

condition

A _____ is a statement about the value of a cell, either numeric or text.

33
New cards

IF(condition, value if true, value if false)

Function in Excel:

a logical function that returns one value if the condition is true & another if the condition is false.

34
New cards

AND(condition 1, condition 2...)

Function in Excel:

a logical function that returns TRUE if all conditions are true and FALSE if not.

35
New cards

OR(condition 1, condition 2...)

Function in Excel:

a logical function that returns TRUE if any condition is true and FALSE if not.

36
New cards

VLOOKUP

LOOKUP Function:

looks up a value in the leftmost column of a table & returns a value in the same row from a column you specify.

37
New cards

HLOOKUP

LOOKUP Function:

looks up a value in the top row of a table & returns a value in the same column from a row you specify.

38
New cards

INDEX

LOOKUP Function:

returns a value or reference of the cell at the intersection of a particular row & column in a given range.

39
New cards

MATCH

LOOKUP Function:

returns the relative position of an item in any array that matches a specified value in a specified order.

40
New cards

CHOOSE

LOOKUP Function:

returns a value from a list based on the position in the list, specified by index_num.

41
New cards

Pivot Tables

Excel provides a powerful tool for distilling a complex database into meaningful information: _____. They allow you to create custom summaries & charts of key information in the data to drill down into a large set of data in numerous ways.

42
New cards

filters

Dragging a field into the _____ area in the Pivot Table field list allows you to add a third dimension to your analysis.

43
New cards

percentage

You may express the data in a PivotTable in various _____ views, such as the percentage of the grand total, percent of row total, percent of column total, and other options.

44
New cards

Column

Bar

Excel distinguishes between vertical and horizontal charts, calling the former _____ charts and the latter _____ charts.

45
New cards

Clustered column

A _____ chart compares values across categories using vertical rectangles.

46
New cards

Stacked column

A _____ chart displays the contribution of each value to the total by stacking the rectangles.

47
New cards

Line

_____ charts provide a useful means for displaying data over time.

48
New cards

Pie

For many types of data, we are interested in understanding the relative proportion of each data source to the total. A _____ chart displays this by partitioning a circle into pie-shaped areas showing the relative proportions.

49
New cards

Area

An _____ chart combines the features of a pie chart with those of line charts.

50
New cards

Scatter

A _____ chart shows the relationship between two variables and consists of observations of pairs of variable data.

51
New cards

Bubble

A _____ chart is a type of scatter chart in which the size of the data corresponds to the value of a third variable; consequently, it is a way to plot three variables in two dimensions.

52
New cards

Combination

A _____ chart displays multiple data series on the same chart using different chart types such as a column chart and a line chart.

53
New cards

Radar

_____ charts show multiple metrics on a spider web, thus allowing plotting of multiple dimensions of several data series. This is a useful chart to compare performance of different entities such as factories, companies, and so on using the same criteria.

54
New cards

Stock

A _____ chart allows you to plot stock prices, such as daily high, low, and close values.

55
New cards

Dashboard

A _____ is a visual representation of a set of key business measures. It is derived from the analogy of an automobile's control panel, which displays speed, gasoline level, temperature, and so on. They provide important summaries of key business info to help manage a business process or function.

56
New cards

1. Categorical (Nominal)

2. Ordinal

3. Interval

4. Ratio

Data is classified into 4 groups:

57
New cards

Categorical (Nominal) Data

Data which are sorted into categories according to specified characteristics.

58
New cards

Ordinal Data

Data which can be ordered or ranked according to some relationship to one another.

59
New cards

Interval Data

Data which are ordinal but have constant differences between observations & have arbitrary zero points. Allow meaningful comparison of ranges, averages & other statistics.

60
New cards

Ratio Data

Data which are continuous & have a natural zero point. Most business and economic data, such as dollars and time, fall into this category.

61
New cards

Frequency

Categorical data naturally define the groups in a _____ distribution.

62
New cards

Frequency Distribution

A _____ is a table that shows the number of observations in each of several non-overlapping groups.

63
New cards

Histogram

A graphical depiction of a frequency distribution in the form of a column chart is called a _____.

64
New cards

COUNTIF

To construct a frequency distribution, you need only count the number of observations that appear in each category. This can be done using the Excel _____ function.

65
New cards

Relative frequency

Frequencies may be expressed as a fraction, or proportion of the total; this is called _____.

66
New cards

Cross-tabulation

A _____ is a tabular method that displays the number of observations in a data set in different subcategories of two categorical variables.

67
New cards

Contingency table

A cross-tabulation table is often called a _____.

68
New cards

Mutually exclusive

The subcategories of the variable must be _____ and exhaustive, meaning that each observation can be classified into only 1 subcategory, and taken together over all subcategories, they must constitute the complete data set.

69
New cards

Population

A _____ consists of all items of interest for a particular decision or investigation.

70
New cards

Sample

A _____ is a subset of the population.

71
New cards

Sampling

Most populations are too large to deal with, thus _____ is necessary.

72
New cards

inference

The purpose of sampling is to obtain sufficient information to draw a valid _____ about a population.

73
New cards

Subscripted variables

In statistical notation, the elements of a data set are typically labeled as _____.

74
New cards

centering

Measures of location provide estimates of a single value in some fashion represents the "_____" of a set of data. The most common is the average.

75
New cards

Average

The _____ is formally called the arithmetic mean (or simply the mean) which is the sum of the observations divided by the number of observations.

76
New cards

Median

The measure of location that specifies the middle value when the data are arranged from least to greatest is the _____. Half of the data are below it, and half of the data are above it.

77
New cards

Mode

The _____ is the observation that occurs most frequently. It is most useful for data sets that contain a relatively small number of unique values.

78
New cards

Midrange

The average of the largest and smallest values in the dataset is the measure of location known as the _____.

79
New cards

Dispersion

Refers to the degree of variation in the data, that is, the numerical spread (or compactness) of the data. Several statistical measures characterize this: the range, interquartile range, variance, & standard deviation.

80
New cards

Range

The _____ is the easiest to compute between the measures of dispersion, and is the difference between the maximum value & the minimum value in the data set.

81
New cards

Interquartile range

The difference between the 1st & 3rd quartiles is often called the _____, or the midspread.

82
New cards

Variance

A more commonly used measure of dispersion is the _____, whose computation depends on all of the data. The larger is is, the more the data is spread out from the mean.

83
New cards

deviations

Essentially, the variance is the average of the squared _____ of the observations from the mean.

84
New cards

Standard Deviation

The _____ is the square root of the variance. It is a popular measure of risk, particularly in financial analysis.

85
New cards

Coefficient of Variation (CV)

The _____ provides a relative measure of the dispersion in data relative to the mean & is defined as CV = Standard Deviation/Mean

86
New cards

risk to return

The CV provides a relative measure of _____. The smaller the CV, the smaller the relative risk is for the return period.

87
New cards

reciprocal

The _____ of the coefficient of variation, called return to risk, is often used because it is easier to interpret.

88
New cards

Histograms

_____ of sample data can take on a variety of different shapes.

89
New cards

Skewness

_____ describes the lack of symmetry of data.

90
New cards

positively

Histograms that have more mass of data on the left and tail off to the right are called _____ skewed.

91
New cards

negatively

Histograms that have more mass on the right and tail off to the left are called _____ skewed.

92
New cards

coefficient of skewness

The _____ measures the degree of asymmetry of observations around the mean.

93
New cards

Kurtosis

_____ refers to the peakedness or flatness of a histogram.

94
New cards

Proportion

Statistics such as means and variances are not appropriate for categorical data. Instead, we are interested in the fraction of data that have certain characteristics. The formal statistical measure is called _____.

95
New cards

move

Two variables have a strong statistical relationship with one another if they appear to _____ together.

96
New cards

Covariance

_____ is a measure of the linear association between two variables, X & Y.

97
New cards

Correlation

_____ is a measure of the linear relationship between two variables, X & Y, which does not depend on the units of measurement. It is measured by the correlation coefficient.

98
New cards

Correlation coefficient

For two variables, a positive _____ indicates a linear relationship exists for which one variable increases as the other also increases.

99
New cards

keeps the reference to column fixed, but allows the row reference to change

Using a $ sign before a column label ________.

100
New cards

detects patterns in historical data and extrapolates them forward in time.

Predictive analytics: