BBIS304: Business Intelligence and Data Warehousing Lecture Notes

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

flashcard set

Earn XP

Description and Tags

These flashcards cover key terms and concepts related to Business Intelligence and Data Warehousing, useful for exam review.

Last updated 11:47 PM on 4/27/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

Business Intelligence (BI)

An umbrella term for applications, infrastructure, tools, and best practices that enable access to information and analysis to improve decisions and performance.

2
New cards

Data Warehouse (DW)

A subject-oriented, integrated, time-variant, and non-volatile collection of data for support in decision-making.

3
New cards

Data Silos

Isolated pockets of data that do not communicate with each other.

4
New cards

Operational Processing

OLTP (Online Transaction Processing) optimized for fast writes, such as recording a sale immediately.

5
New cards

Analytical Processing

OLAP (Online Analytical Processing) optimized for complex reads, such as total sales over multiple years.

6
New cards

Data Mining

The computational process of discovering patterns in large data sets using methods at the intersection of machine learning, statistics, and databases.

7
New cards

ETL (Extract, Transform, Load)

The process of collecting data from various sources, cleaning and reformatting it, and then loading it into a data warehouse.

8
New cards

OLAP Cube

A multidimensional structure that contains data for business measures like Sales or Revenue.

9
New cards

Star Schema

A data modeling technique where one large fact table connects to multiple dimension tables denormalized for speed.

10
New cards

Snowflake Schema

A variation of the Star Schema where dimension tables are normalized, splitting data into additional related tables.

11
New cards

Slowly Changing Dimensions (SCD) Type 2

A method to keep historical data by creating a new row for each change.

12
New cards

Anomaly Detection

Identifying data points that do not fit the usual pattern.

13
New cards

Association Rule Learning

Discovering rules that describe relationships in data.

14
New cards

Clustering

Grouping sets of objects so that those in the same group are more similar to each other than to those in other groups.

15
New cards

Roll-up Operation

Moving from detailed data to a higher summary level in OLAP.

16
New cards

Drill-down Operation

The opposite of roll-up; moving from summary data to more detailed levels in OLAP.

17
New cards

Slice and Dice

Operations in OLAP for viewing specific dimensions or ranges of data.