A9 Audit Data Analytics Flashcards
Data Processing
Covers automated extraction & data transformation
Automated Extraction
Includes the use of tools to pull specific data.
Data Transformation
Using tools (excel, python, etc.) to transform data into usable formats as needed
Data Organization
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.
Data Presentation
Involves visualization tools (charts, graphs, etc.) that help identify trends & patterns.
Descriptive Analytics
Describes what happened within the data. Summarizes what happened by calculating averages, variances, or frequencies.
Predictive Analytics
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.
Scatter Plot
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
Pie Charts, Bar Charts, Line Charts, Bullet Charts
Pie charts demonstrate proportional information
Bar Charts demonstrate comparative Information
Line Charts Demonstrate Trend Information
Bullet Charts are for Variance Analysis
Inner Join
Only uses the records that both data sets have in common
Diagnostic Analytics
Explains why something happened within the data
Prescriptive Analytics
Advises the use of or prescribes/recommends actions to be taken based on advanced analytics to reach a desired goal.
Primary Key
A unique identifier that allows a user to identify a specific record in a database.
Foreign Key
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.
Secondary Key
A anon identifying column or column set used to find a row in a table. Also serves as a candidate for a primary key.