(7) Business Intelligence Flashcards

1
Q

Data visualization

A

Abstracting data to provide information in a visual format that enhances the user’s ability to effectively comprehend the meaning of the data.

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

Drill down

A

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.

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

Cube cache

A

In multidimensional OLAP, the shared, reserved memory area where data cubes are held. Using this assists in speeding up data access.

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

Decision support system (DSS)

A

An arrangement of computerized tools used to assist managerial decision making within a business.

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

Data warehouse

A

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.

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

Extraction, transformation, and loading (ETL)

A

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).

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

Dashboards

A

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.

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

Data mart

A

A small, single-subject data warehouse subset that provides decision support to a small group of people.

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

Dimension table’s

A

In a data warehouse, table’s used to search, filter, or classify facts within a star schema.

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

Data cube

A

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.

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

Business intelligence (BI)

A

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.

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

Governance

A

In business intelligence, the methods for controlling and monitoring business health and promoting consistent decision making.

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

Key Performance Indicators (KPI)

A

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.

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

Master data management (MDM)

A

In business intelligence, a collection of concepts, techniques, and processes for the proper identification, definition, and management of data elements within an organization.

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

Multidimensional database management systems (MDBMS’s)

A

A database management system that uses proprietary techniques to store data in matrix like arrays of n dimensions known as cubes.

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

Multidimensional online analytical processing (MOLAP)

A

An extension of online analytical processing to multidimensional database management systems.

17
Q

Portals

A

In terms of business intelligence, a unified, single point of entry for information distribution.

18
Q

Relational online analytical processing (ROLAP)

A

Analytical processing functions that use relational databases and familiar relational query tools to store and analyze multidimensional data.

19
Q

Roll up

A

(1) To aggregate data into summarized components, that is, higher levels of aggregation. (2) In SQL, an OLAP extension used with the GROUP BY clause to aggregate data by different dimensions. Rolling up the data is the exact opposite of drilling down the data.

20
Q

Slice and dice

A

The ability to focus on slices of a data cube (drill down or roll up) to perform a more detailed analysis.

21
Q

Scarcity

A

In multidimensional data analysis, a measurement of the data density held in the data cube.

22
Q

Very large databases (VLDB’s)

A

Database that contains huge amounts of data.