A9 Audit Data Analytics Flashcards

1
Q

Data Processing

A

Covers automated extraction & data transformation

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

Automated Extraction

A

Includes the use of tools to pull specific data.

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

Data Transformation

A

Using tools (excel, python, etc.) to transform data into usable formats as needed

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

Data Organization

A

Involves data cleansing and structuring that includes cleaning data to identify and correct errors. Meanwhile structuring uses tools to structure unstructured data into more organized format.

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

Data Presentation

A

Involves visualization tools (charts, graphs, etc.) that help identify trends & patterns.

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

Descriptive Analytics

A

Describes what happened within the data. Summarizes what happened by calculating averages, variances, or frequencies.

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

Predictive Analytics

A

Provide expected/ predicted outcomes based on historical data. Forecasts trends that aids in risk assessment & planning audit activities. Examples include regression analysis, forecasting sentiment analysis etc.

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

Scatter Plot

A

Allow for the auditor to graphically show the relationship among variables. They also allow regression lines to be added in order to show the direction and strength of the correlation

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

Pie Charts, Bar Charts, Line Charts, Bullet Charts

A

Pie charts demonstrate proportional information

Bar Charts demonstrate comparative Information

Line Charts Demonstrate Trend Information

Bullet Charts are for Variance Analysis

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

Inner Join

A

Only uses the records that both data sets have in common

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

Diagnostic Analytics

A

Explains why something happened within the data

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

Prescriptive Analytics

A

Advises the use of or prescribes/recommends actions to be taken based on advanced analytics to reach a desired goal.

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

Primary Key

A

A unique identifier that allows a user to identify a specific record in a database.

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

Foreign Key

A

A column or column group found in a relational database table that links data between 2 tables. It also references the primary key of another table.

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

Secondary Key

A

A anon identifying column or column set used to find a row in a table. Also serves as a candidate for a primary key.

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

Schema

A

The organization of data that represents the construction of the database management system (DMS)

17
Q

Attributes

A

Represent properties that describes objects

18
Q

Structured Data vs Unstructured Data

A

Structured Data is organized consistent types of data & easily searchable. (spreadsheets, databases, etc.)

Unstructured Data is unorganized and not as easily searchable. Its data in the rawest form and difficult to sort (Social media posts, interview/ phone transcripts, videos, images, etc).

19
Q

Normalization

A

A database design technique that reduces data redundancy by dividing large tables into smaller tables that are linked together with a foreign key.

20
Q

Relational Database

A

An effective way to reduce data redundancies for a structured set by using the concept of keys.

21
Q

Classification

A

A predictive Analytic that allows the auditor to utilize historic data to make predictions about what classes or categories best firs a new data point