BAT 401 Prelims Reviewer - Fundamentals of Business Analytics

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

1/37

flashcard set

Earn XP

Description and Tags

Vocabulary practice flashcards generated from the BAT 401 Prelims Reviewer notes.

Last updated 2:57 PM on 9/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

38 Terms

1
New cards

Business Analytics (BA)

Using data to help a business make better decisions (DATA → UNDERSTAND → DECIDE).

2
New cards

Data

Raw information that is collected, transformed, or organized.

3
New cards

Analysis

Examining something carefully to understand it and draw conclusions.

4
New cards

Analytics

Using data, tools, statistical methods, and technology to generate useful insights.

5
New cards

Data Analytics (DA)

Finds patterns, trends, relationships, and insights (KEYWORD: patterns).

6
New cards

Business Intelligence (BI)

Uses reports, dashboards, and KPIs to understand business information (KEYWORD: dashboards/reports).

7
New cards

Machine Learning (ML)

Uses algorithms that learn from data for predictions or automation (KEYWORD: learn + predict).

8
New cards

Descriptive Analytics

Looks at past/historical data to determine 'WHAT HAPPENED?' (KEYWORD: PAST).

9
New cards

Predictive Analytics

Forecasts future outcomes to determine 'WHAT IS LIKELY TO HAPPEN?' (KEYWORD: FUTURE).

10
New cards

Prescriptive Analytics

Recommends actions to answer 'WHAT SHOULD WE DO?' (KEYWORD: ACTION).

11
New cards

Prehistoric Era (BA Evolution)

Era focused on survival data collection using tally sticks and cave paintings (KEYWORD: survival).

12
New cards

Industrial Age (BA Evolution)

1800s era characterized by factories, mass production, accounting, ledgers, and early statistics (KEYWORD: factories).

13
New cards

Information Age (BA Evolution)

Mid-20th century era marked by the growth of information and computing.

14
New cards

Internet Age (BA Evolution)

21st century era characterized by a huge growth of digital data, social media, mobile apps, Big Data, AI, and cloud (KEYWORD: digital data).

15
New cards

Big Data

Very large amounts of data, supported by providers like Google, Meta, Microsoft, Amazon/AWS, IBM, and government agencies.

16
New cards

Internal Data

Data coming from INSIDE the organization, such as sales, employees, inventory, HR, CRM, POS, and financial reports.

17
New cards

External Data

Data coming from OUTSIDE the organization, such as government statistics, market research, social media, news, suppliers, weather, World Bank, and Kaggle.

18
New cards

Primary Data

Data collected first-hand for a specific purpose.

19
New cards

Secondary Data

Data already collected by someone else and reused.

20
New cards

Nominal Level of Measurement

NAME/CATEGORY data with no order (e.g., blood type, nationality, hair color, course, car brand).

21
New cards

Ordinal Level of Measurement

ORDER/RANK data that has order, but differences are not exact (e.g., class rank, satisfaction level, performance grade).

22
New cards

Interval Level of Measurement

Data with equal intervals but NO TRUE ZERO (e.g., Celsius/Fahrenheit, IQ, dates/years, time of day, GPA).

23
New cards

Ratio Level of Measurement

Data with equal intervals AND TRUE ZERO (e.g., age, weight, height, income, distance, number of children, sales, population).

24
New cards

Structured Data

Well-organized data, usually organized into rows and columns (e.g., spreadsheets, CSV, relational databases/SQL; KEYWORD: table).

25
New cards

Semi-structured Data

Data with some organization, but not a strict table format (e.g., JSON, XML, HTML; KEYWORD: some structure).

26
New cards

Unstructured Data

Data with no predefined/fixed structure (e.g., images, videos, audio, social posts, emails, PDFs, Word, PowerPoint, chats; KEYWORD: no fixed structure).

27
New cards

Data Cleaning

Fixing or removing incorrect, duplicate, or irrelevant data to reduce errors and improve reliability.

28
New cards

Missing Data

A data quality issue where a value is blank or unavailable.

29
New cards

Duplicate Data

A data quality issue where the same record appears more than once, either as exact or partial duplicates.

30
New cards

Inconsistent Data

A data quality issue involving different formats, typos, or logical errors (e.g., PH / Philippines / P.H. or negative age).

31
New cards

Outlier

A value very different from the others, which may be indicated by a Z-score above 33 or below −3-3, or by using the 1.5×IQR1.5 \times IQR rule.

32
New cards

Listwise Deletion

Deleting the WHOLE ROW when it contains missing data.

33
New cards

Pairwise Deletion

Leaving out missing values only for the SPECIFIC analysis where they are needed, keeping more data intact.

34
New cards

Mean Imputation

Filling a missing numeric value with the AVERAGE.

35
New cards

Median Imputation

Filling a missing value with the MIDDLE value; particularly useful for skewed data.

36
New cards

Mode Imputation

Filling a missing categorical value with the MOST COMMON value.

37
New cards

KNN Imputation

Using SIMILAR records/neighbors to estimate a missing value.

38
New cards

Regression Imputation

Using a model to PREDICT a missing value from other variables.