(7) Business Intelligence Flashcards
Data visualization
Abstracting data to provide information in a visual format that enhances the user’s ability to effectively comprehend the meaning of the data.
Drill down
To decompress data into more atomic components-that is, data at lower levels of aggregation. This approach is used primarily in a decision support system to focus on specific geographic areas, business types, and so on.
Cube cache
In multidimensional OLAP, the shared, reserved memory area where data cubes are held. Using this assists in speeding up data access.
Decision support system (DSS)
An arrangement of computerized tools used to assist managerial decision making within a business.
Data warehouse
An integrated, subject-oriented, time-variant, nonvolatile collection of data in a specialized database that stores historical and aggregated data in a format that provides support for decision making.
Extraction, transformation, and loading (ETL)
In a data warehousing environment, the integrated processes of getting data from original sources into the data warehouse. ETL includes retrieving data from original data sources (extraction), manipulating the data into an appropriate form (transformation), and storing the data in the data warehouse (loading).
Dashboards
In business intelligence, a web-based system that presents key business performance indicators or information in a single, integrated view with clear and concise graphics.
Data mart
A small, single-subject data warehouse subset that provides decision support to a small group of people.
Dimension table’s
In a data warehouse, table’s used to search, filter, or classify facts within a star schema.
Data cube
The multidimensional data structure used to store and manipulate data in a multidimensional DBMS. The location of each data value in this is based on its X-, y-, and z- axes. These are static, meaning they must be created before they are used, so they cannot be created by an ad hoc.
Business intelligence (BI)
A comprehensive, cohesive, and integrated set of tools and processes used to capture, collect, integrate, store, and analyze data with the purpose of generating and presenting information to support business decision making.
Governance
In business intelligence, the methods for controlling and monitoring business health and promoting consistent decision making.
Key Performance Indicators (KPI)
In business intelligence, quantifiable numeric or scale-based measurements that assess a company’s effectiveness or success in reaching strategic and operational goals. Examples are product turnover, sales by promotion, sales by employee, and earnings per share.
Master data management (MDM)
In business intelligence, a collection of concepts, techniques, and processes for the proper identification, definition, and management of data elements within an organization.
Multidimensional database management systems (MDBMS’s)
A database management system that uses proprietary techniques to store data in matrix like arrays of n dimensions known as cubes.