ACIS_2504_Exam1_Study_Guide_QA Flashcards

(34 cards)

1
Q

Name all levels of Bloom’s taxonomy from lowest to highest:

A

Remember, Understand, Apply, Analyze, Evaluate, Create

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Name the four stages of the AMPS model:

A

Ask, Master, Perform, Share

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does ‘EDGAR’ stand for?

A

Electronic Data Gathering, Analysis, and Retrieval

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the four types of analytics?

A

Descriptive, Diagnostic, Predictive, Prescriptive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Name the four V’s of Big Data:

A

Volume, Velocity, Variety, Veracity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Name two types of numerical data that might be used in accounting analytics, but are not from accounting systems:

A

Stock prices and economic indicators (e.g., interest rates or inflation rates).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Name three common SEC filings required for public companies:

A

10-K (annual), 10-Q (quarterly), 8-K (significant events)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Name four sources of accounting data:

A

Financial statements, journals and ledgers, managerial accounting reports, tax systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Name the two major types of data and their sub-types:

A

Categorical (Nominal, Ordinal) and Numerical (Interval, Ratio)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a subledger? How is it related to a general ledger?

A

A subledger is a detailed record supporting a general ledger account.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Give an example of a number being used as categorical data:

A

An employee ID number.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

In Excel, if you drop categorical data into the ‘values’ field of a pivot table, it will default to displaying it as what?

A

Count

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Fahrenheit is an example of _______ data and Celsius temperature scales are an example of _______ data.

A

Interval data and interval data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is ‘data about data’ called?

A

Metadata (or a data dictionary).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A relational database is composed of ________, and these can be described as having _____________ and ___________.

A

Tables with fields (columns) and records (rows).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is an E-R diagram and where might you find one?

A

An Entity-Relationship diagram shows relationships between entities and is used in database design.

17
Q

What two terms refer to the connections within a relational database?

A

Primary keys and foreign keys.

18
Q

In SQL, what two commands are in every query?

A

SELECT and FROM.

19
Q

In Excel, what formula is used to link two worksheets?

A

VLOOKUP or XLOOKUP.

20
Q

What is a Z-score and how do you calculate it?

A

Z = (X - μ) / σ

21
Q

Give one question that goes with each of the four types of analytics:

A

Descriptive – How much did we pay in federal taxes last year?; Diagnostic – Why did labor costs increase?; Predictive – What is the chance the company will go bankrupt?; Prescriptive – Should we outsource production?

22
Q

Classification, regression, and time series are most often used in what kind of analytics?

A

Predictive analytics.

23
Q

The purpose of regression is to find the _____________ between ______________ and ______________ variables.

A

Relationship between independent and dependent variables.

24
Q

If the alpha of a statistical test is set at 0.05, and the p-value is 0.003, should the null hypothesis be accepted or rejected?

A

Rejected, because p < α.

25
What are three types of distributions (think bell curve)?
Normal, Uniform, Poisson.
26
In order to perform prescriptive analytics, what typically has to come first?
Descriptive, diagnostic, and predictive analytics.
27
A t-test can have one or two of what? What does each type mean?
One or two tails. One-tailed tests are directional; two-tailed are non-directional.
28
'A foreign key cannot refer to a blank primary key cell' is the definition of which database design error?
Referential integrity error.
29
In a normal distribution, what percent of the data falls within one standard deviation? And two standard deviations?
~68% within 1 SD and ~95% within 2 SD.
30
'The primary key cannot be null' is the definition of which database design error?
Entity integrity error.
31
'All columns must provide information about the table topic/purpose' is the definition of which database design error?
Column integrity error.
32
'All cells must be single valued' is the definition of which database design error?
Atomicity error.
33
From Case Study 2, what was the formula for calculating the interest portion of the monthly payment in any given month?
PMT formula
34
Which data was out of date in Case Study 3?
Tax rate, fixed it with a VLOOKUP nested in an IF formula