8.3 Data modelling, manipulation and analysis Flashcards
1
Q
A data model considers the
A
- data of an org in a systematic way
- this allows it to be stored and retrieved in an efficient and effective manner
2
Q
The process of data modelling involves
A
- laying out the org data requirements in a way that can be easily converted to computer code
- it requires a clear and systematic plan of the key data and how it should be organised to allow it to be retrieved, interrogated, linked and grouped
3
Q
The advantages of data modelling include:
A
- Foundation for handling data, it facilitates effective use of data throughout the org
- Enforces bus rules and helps achieve compliance with regulations by ensuring data is complete and secure
- Consistency of naming conventions and values helps create a systematic and reliable database
- Quality of data is enhanced - well planned approach to data ensures completeness and high quality data warehouses
4
Q
Three levels of data modelling process:
A
- Conceptual - bus orientated and practical, considers the bus data and it’s requirements
- Logical - develop a technical map of rules and data structures, defining how data will be held and used
- Physical - using a specific database management system (DBMS) to meet the defined system requirements
5
Q
The finance professionals role in data modelling process:
A
- they will play an important role in the conceptual level since they understand the bus data and requirements
- they will work with data specialists to ensure data and requirements are reflected at logical and physical level
6
Q
Data manipulation is the process of
A
- changing data to make it easier to read
- it involves using a data manipulation language (DML) to add, delete, query and modify data in datastore
-DML can be used to search and interrogate data - DML gives instructions to database in a consistent and structured way
7
Q
Finance professionals and data manipulation:
A
- Data specialists who develop the DML will be guided by FP who have skills to identify and communicate what the bus needs
- to FF the query function of DML will be most relevant, which allows them to ask the database questions about the data
- this is done to gather information required by management for things like analysis, reporting and decision making
8
Q
Data analysis is the process of
A
- examining, transforming and arranging a given data set in specific ways in order to study it’s individual parts and extract useful info
- it is a component of data analytics which focuses on data collection, organisation and analysis
9
Q
Methods for data analysis: (pg 214)
A
- A number of methods are available and can be used individually but often used collectively
- Moving from left to right complexity and effort increases but so does added value
- Looking backward: (becoming automated)
- Descriptive - what has happened? (simple statistical and visual tools- averages / bar charts)
- Diagnostic - why did it happen? (data mining to detect patterns and correlations)
- Looking forward: (tech and human capabilities are combined to reason, understand and learn together)
- Predictive - what will happen next? (advanced statistical tools such as linear regression models, decision trees and simulation)
- Prescriptive - what actions should be taken? (AI and machine learning)