

1. Introduction to Business Information and Data
This section establishes the foundational terminology and concepts required to distinguish between raw data and actionable business intelligence.
Core Concepts and Terminology:
Defining the distinction between Data, Information, and Business Intelligence.
The difference between Data Analysis (defining requirements) and Data Analytics (interpreting data for decisions).
Data Modeling Types:
Conceptual, Logical, and Physical Models: Understanding the evolution from high-level business concepts to technical implementation.
Static vs. Dynamic Views: Identifying data at rest versus data in motion.
Data Classification:
Characteristics of Structured data (e.g., databases) vs. Unstructured data (e.g., text, video).
The Data Lifecycle:
Understanding the stages: Identifying sources, modeling requirements, obtaining, recording, using, and removing data.
2. Modelling Data Using Class Diagrams
A major technical component of the exam, focusing on using UML (Unified Modeling Language) notation to represent business data structures.
Elements of Class Diagrams:
Classes and Objects: Distinguishing between a template (class) and a specific instance (object).
Class Structure: Proper use of Class Name, Attributes, and Operations.
Relationships and Associations:
Multiplicity: Defining 1:1, 1:M, and M:M relationships.
Association Classes: Handling complex relationships that require their own attributes.
Aggregation vs. Composition: Understanding "part-of" relationships and ownership.
Advanced Modeling:
Generalisation: Applying inheritance (super-types and sub-types) to data.
Naming Conventions: Standardized approaches to labeling associations and classes.
3. Defining Data Requirements
This module covers the rules of relational theory and how to ensure data is organized efficiently and without redundancy.
Relational Data Theory:
Understanding two-dimensional structures and relations.
Primary, Foreign, Concatenated, and Compound Keys: How to uniquely identify and link records.
Normalisation:
The rationale for normalization (reducing redundancy and maintaining integrity).
The process of moving from Un-normalised Form (UNF) to First (1NF), Second (2NF), and Third Normal Form (3NF).
Metadata and Quality:
Defining Structural, Descriptive, and Statistical Metadata.
Data Quality: Identifying attributes of "good" data and the impact of poor data on business results.
4. Obtaining and Recording Data
Focuses on the practical validation of data models against real-world business processes.
Source Identification: Locating internal and external data origins.
Validation Techniques:
CRUD Matrix: Mapping Create, Read, Update, and Delete actions to verify that all data is accounted for in business processes.
Data Navigation Diagrams: Mapping the paths taken to retrieve data and validating that the model supports the required queries.
5. Analysis for Decision Making
Shifts focus toward the "Analytics" side—interpreting datasets to provide value.
Data Preparation:
Data Lineage: Understanding where data came from and its transformation history.
Cleansing and Validation: Handling outliers, null values, and ensuring consistency.
Statistical Techniques:
Descriptive Statistics: Calculations for Mean, Median, Mode, Max/Min, and Totals.
Probability: Basic application of probability in business forecasting.
Identifying Relationships:
Correlation vs. Causation: Avoiding common analytical fallacies.
Regression Analysis: Predicting trends based on historical data.
Time-series Analysis: Identifying patterns over specific intervals.
6. Protecting Data
Covers the legal, ethical, and security frameworks surrounding data usage.
Security Frameworks:
The CIA Triad: Confidentiality, Integrity, and Availability.
Data Protection Principles:
Compliance with regulations (such as GDPR/UK Data Protection Act).
Rights of data subjects and organizational responsibilities.
Data Ethics:
Ethical principles in data collection and algorithmic bias.
Developing "virtue-based" thinking for data usage.