ACC 490 Final

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

1/76

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:17 PM on 5/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

77 Terms

1
New cards

What is the SPARKS framework?

A critical thinking toolkit

2
New cards

What are the four types of data analysis methods?

Descriptive, Diagnostic, Predictive, Prescriptive

3
New cards

What is the objective of descriptive data analytics?

To investigate what is happening currently or has occurred in the past

4
New cards

What is the objective of diagnostic analytics?

To help understand why something happened

5
New cards

What is the objective of predictive analytics?

To forecast what might happen in the future

6
New cards

What is the objective of prescriptive analytics?

To help understand what should happen to meet goals and objectives

7
New cards

What are some common data analysis techniques for descriptive analytics?

Sum, count, average, median, standard deviation

8
New cards

What are some common data analysis techniques for diagnostic analytics?

Anomaly and outlier detection, trend analysis, and pattern recognition

9
New cards

What are some common data analysis techniques for predictive analytics?

Forecasting, regression analysis, and time-series analysis

10
New cards

What are some common data analysis techniques for prescriptive analytics? (duplicate)

Optimization and what-if analyses (duplicate)

11
New cards

What is the data analytics mindset?

The professional habit of critically thinking throughout the data analysis process before making and communicating a professional choice or decision

12
New cards

What skills are required for the data analytics mindset?

Critical thinking, data literacy, technological agility, communication skills

13
New cards

What are the 6 components of the SPARKS framework?

Stakeholders, Purpose, Alternatives, Risks, Knowledge, Self-Reflection

14
New cards

What are potential risks of data analysis?

Inappropriate/incomplete data, inappropriate or incorrectly applied method, not understanding or evaluating assumptions about the data or results, having biases that could influence the data analysis

15
New cards

What is an attribute?

It is the data fields that describe different aspect of the records (column)

16
New cards

What is the difference between a null value and zero?

A null value indicates there is no data present, a zero means that the data is zero. They do not mean the same thing

17
New cards

How can descriptive statistics be used to understand the characteristics of data?

To see the average observations in the data, the data's shape, and the distribution of the data

18
New cards

What measures can be used to describe the data's shape and distribution?

Skewness and Kurtosis

19
New cards

What type of visualizations are used to show composition?

Area chart, pie chart, stacked bar chart

20
New cards

What type of visualizations are used to show relationships?

Bubble chart, scatter chart

21
New cards

What type of visualizations are used to show distributions?

Histogram chart, line chart, scatter chart

22
New cards

What type of visualizations are used to indicate trends?

Line chart, column chart

23
New cards

What type of visualizations are used to show comparisons?

Bar chart, column chart, line chart

24
New cards

What questions should be asked for descriptive analytics?

Questions that identify the purpose of the analysis

25
New cards

What types of analysis can be performed to answer descriptive questions?

Frequency measures, measures of location, measures of dispersion, measures of percentage change

26
New cards

What questions should be asked for diagnostic analytics?

Questions that explore the data to find the cause of an outcome and look for anomalies, correlations, patterns, and trends

27
New cards

What types of analysis can be performed to answer diagnostic questions?

Anomaly detection, correlation, pattern detection, and trend analysis

28
New cards

What questions should be asked for predictive analytics?

Questions that identify trends and focus on what may happen in the future

29
New cards

What types of analysis can be performed to answer predictive questions?

Trendlines, linear regression

30
New cards

What questions should be asked for prescriptive analytics?

Questions that focus on what should happen or may investigate how to take advantage of future opportunities or mitigate future risk outcomes

31
New cards

What types of analysis can be performed to answer prescriptive questions?

Linear optimization, What-If analyses

32
New cards

What is data preparation?

The process of profiling, cleaning, restructuring, and integrating data prior to processing analysis

33
New cards

What steps does data preparation entail?

Profiling, cleaning, restructuring, and integrating

34
New cards

What are flat tables?

Tables where column titles do not contain data useful for analysis

35
New cards

What are crosstab tables?

Tables where column titles contain data useful for analysis

36
New cards

What are composite tables?

A table that combines values for two or more characteristics

37
New cards

What is the recommended structure for analytical data models?

Star schema

38
New cards

Why is star scheme the recommended structure for analytical data models?

It is the recommended structure because it is easy to understand by business users, and computers can process them efficiently

39
New cards

What is the ETL process?

Extract, transform, and load, it is the process of correcting issues with data

40
New cards

What does the extract step of the ETL process entail?

Source data is moved to the platform where they will be transformed, and data validation or confirming that the data were transferred completely and correctly

41
New cards

What does the transform step of the ETL process entail?

It improves the raw data for analysis through cleaning, restructuring, and integration

42
New cards

What does the load step of the ETL process entail?

Making the analytical database available for use

43
New cards

What is information modeling?

The process of generating additional knowledge from data that is relevant for analysis purposes

44
New cards

What are calculated columns?

A new field created from an in-table numeric calculation, each record has a value in it

45
New cards

What are measures?

An aggregate, or total, that can be used in reports, and thus for analytical purposes, they are created by algorithms, but are not integral parts of a table

46
New cards

What are the various data relationships?

Nominal comparison, distribution, deviation, ranking, part-to-whole, correlation, time series, geospatial

47
New cards

What charts/graphs can be used to visualize geospatial relationships?

Maps like choropleth (color intensity) and proportional symbol (bigger bubbles for bigger data values)

48
New cards

What charts/graphs can be used to visualize time series relationships?

Line chart, but also bar, column, area, waterfall, and sparkline charts

49
New cards

What charts/graphs can be used to visualize correlations?

Scatterplot/Scatter chart

50
New cards

What charts/graphs can be used to visualize part-to-whole relationships?

Pie charts, donut charts, stacked bar charts, stacked column charts, and treemaps

51
New cards

What charts/graphs can be used to visualize ranking relationships?

None specific, but many things like table, bar charts, and column integrate ranking information

52
New cards

What charts/graphs can be used to visualize deviation relationships?

Clustered bar charts, clustered column charts, gauges, bullet charts

53
New cards

What charts/graphs can be used to visualize distributions?

Histograms, violin plots, and box-and-whisker charts

54
New cards

What charts/graphs can be used to visualize nominal comparisons?

Bar charts, column charts, dot plots, and lollipop charts

55
New cards

What are the four steps to data exploration?

Identify questions, identify data relationships, explore data relationships, generate insights

56
New cards

What are the two types of data exploration patterns?

Composite trends & Pareto analysis

57
New cards

What are visualizations used for composite trends?

Stacked Area Chart, Stacked Column Chart

58
New cards

What are visualizations used for Pareto analysis?

Pareto chart, or line and column charts.

59
New cards

What is data analysis interpretation?

The process of evaluating an analysis to understand and explain its meaning.

60
New cards

What is the detailed consideration of the stakeholders part of the SPARKS framework?

Identify the stakeholders (internal and external) of the decision facing your team

61
New cards

What is the detailed consideration of the purpose part of the SPARKS framework?

Identify the purpose of the analysis for effective interpretation

62
New cards

What is the detailed consideration of the alternatives part of the SPARKS framework?

Consider are there alternative ways to view the results of the analysis or to conduct the analysis that were not addressed

63
New cards

What is the detailed consideration of the risks part of the SPARKS framework?

Consider data risks, is the data complete, accurate, composed of timely/relevant data, and are appropriate controls in place to ensure the data was used correctly. Also consider analysis risks: whether the correct method was used, whether the analysis used the wrong data, and whether the analysis answered the purpose/question. Lastly, consider potential biases.

64
New cards

What is the detailed consideration of the knowledge part of the SPARKS framework?

What knowledge is required to interpret the analysis: specific accounting, industry, technology.

65
New cards

What is the detailed consideration of the self-reflection part of the SPARKS framework?

Think about lessons learned and how past experience can help evaluate the current analysis and the current analysis can help with future ones

66
New cards

What are the different types of biases?

Data biases, preparer biases, evaluator biases, confirmation bias, and selection bias.

67
New cards

What are data biases?

Were all the necessary and appropriate data included in the analysis

68
New cards

What are preparer biases?

Did the preparer have any potential biases that could have influenced the preparation of the analysis?

69
New cards

What are evaluator biases?

Does the evaluator (you) have any biases that could influence your interpretation of the results

70
New cards

What is confirmation bias?

Performing the analysis to prove a predetermined assumption, looking for data or results to confirm existing belief

71
New cards

What is selection bias?

Bias demonstrated in the subjective selection of data used in the analysis

72
New cards

What are the different data analytics purpose categories? (duplicate)

Descriptive, Diagnostic, Predictive, and Prescriptive (duplicate)

73
New cards

What type of analyses are performed under the descriptive analytics category? (duplicate)

Frequency distribution, cross tabulation, measures of location, measures of dispersion (duplicate)

74
New cards

What type of analyses are performed under the diagnostic analytics category? (duplicate)

Anomaly detection, correlation analysis, trend analysis (duplicate)

75
New cards

What type of analyses are performed under the predictive analytics category?

Linear regression and predictive algorithms

76
New cards

What type of analyses are performed under the prescriptive analytics category?

Optimization models and what-if analyses

77
New cards

What is data exploration?

The process of analyzing the data to determine whether additional analyses is required.