CAF-3 Data Systems and Risk Vocabulary Flashcards

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

1/61

flashcard set

Earn XP

Description and Tags

This set of flashcards covers vocabulary and key technical concepts from the 'Data Systems and Risk' lecture notes, including data types, analytics, database management, emerging technologies, and risk management frameworks.

Last updated 7:12 PM on 5/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

62 Terms

1
New cards

Data

Raw facts and figures collected from observations or measurements, serving as the fundamental input for processing and analysis to generate useful insights.

2
New cards

Qualitative Data

Non-numerical information that describes qualities or characteristics and is used for categorical analysis.

3
New cards

Nominal Data

A type of qualitative data representing categories without any inherent order, such as gender or blood type.

4
New cards

Ordinal Data

A type of qualitative data representing categories with a meaningful order or rank but without defined intervals, such as satisfaction levels.

5
New cards

Quantitative Data

Numerical information that quantifies something and allows for mathematical operations.

6
New cards

Discrete Data

Countable quantitative data consisting of whole numbers which cannot be further divided into smaller fractions.

7
New cards

Continuous Data

Measurable quantitative data that can take any value within a range and can be divided into fractions including decimals.

8
New cards

Structured Data

Data organized in a fixed format, usually in rows and columns like a table, and typically stored in databases.

9
New cards

Unstructured Data

Information that does not have a fixed format or table, such as text, images, videos, or audio files, making it harder to process with regular tools.

10
New cards

Sentiment Analysis

A process of using computational tools to identify and classify the emotional tone of text, such as positive, negative, or neutral feedback.

11
New cards

Natural Language Processing (NLP)

A field of artificial intelligence that enables computers to understand, interpret, and manipulate human language.

12
New cards

Semi-structured Data

Data that is partly organized with tags or markers rather than fitting neatly into database tables; examples include emails and web pages.

13
New cards

XML (Extensible Markup Language)

A markup language that uses tags to define data in a flexible, hierarchical form instead of using tables.

14
New cards

JSON (JavaScript Object Notation)

A lightweight data format used to store and exchange data that is easy for humans to read and computers to process.

15
New cards

Primary Data

Original information collected directly for a specific research purpose using direct methods such as surveys or focus groups.

16
New cards

Secondary Data

Information already collected by someone else for a different purpose, such as government statistics or industry reports.

17
New cards

Internal Data

Information generated within a company from its own operations and systems, like sales records or employee HR files.

18
New cards

External Data

Information that comes from outside the organization, often from third parties or public sources like social media or market reports.

19
New cards

API (Application Programming Interface)

A set of tools that allows different software applications to communicate and enables automated data collection from external platforms.

20
New cards

Data Governance

A system of rules, processes, and responsibilities to manage data throughout its life from creation to disposal.

21
New cards

Data Owners

Senior leaders who make strategic decisions about specific data domains.

22
New cards

Data Stewards

Operational custodians who ensure data accuracy, availability, and compliance with policies.

23
New cards

Metadata

Described as 'data about data', it handles context to improve discovery, understanding, and integration through standardized definitions.

24
New cards

Data Integrity

The process of keeping data accurate, consistent, and reliable throughout its life cycles.

25
New cards

Primary Key

A unique identifier for each row in a database table which must contain unique values and cannot be NULL.

26
New cards

Foreign Key

A field in one table that refers to the primary key in another table to enforce a link between the data.

27
New cards

Zero Trust Architecture

A security approach following the principle of 'never trust, always verify' where users get access only after verifying identity and context.

28
New cards

Homomorphic Encryption

A cryptographic method enabling direct computation on encrypted data, yielding a result that is identical to the operation performed on raw data.

29
New cards

Data Analytics

The process of examining datasets to find trends, patterns, and insights to guide decision-making using summaries or machine learning.

30
New cards

Descriptive Analytics

Analysis that tells 'what happened' in the past by summarizing historical data using averages, percentages, and charts.

31
New cards

Diagnostic Analytics

Analysis that answers 'why did it happen' through techniques like data mining, correlation, and root cause analysis.

32
New cards

Predictive Analytics

Analysis focusing on forecasting future outcomes using machine learning models and statistical algorithms to estimate outcomes.

33
New cards

Prescriptive Analytics

Analysis that recommends the best action to take using optimization techniques and decision-support systems.

34
New cards

Big Data

Massive, ever-growing amounts of data characterized by the 5 Vs: Volume, Velocity, Variety, Veracity, and Value.

35
New cards

Apache Hadoop

A distributed system used for the storage and processing of big data where traditional databases are inadequate.

36
New cards

DBMS (Database Management System)

Software that enables the creation, management, and utilization of databases, ensuring data remains secure and organized.

37
New cards

ACID Model

A set of properties (Atomicity, Consistency, Isolation, Durability) that ensures database transactions are processed reliably.

38
New cards

Logical Data Independence

The ability to change the logical structure of a database (like tables or relationships) without affecting user views or application programs.

39
New cards

Physical Data Independence

The ability to modify physical storage mechanisms (like file structures or indexing) without affecting the logical schema or apps.

40
New cards

Database Normalization

A systematic process of organizing data in a relational database to minimize redundancy and ensure data integrity.

41
New cards

OLTP (Online Transaction Processing)

Systems designed for real-time daily transactions such as sales orders or banking withdrawals.

42
New cards

ETL Process

The multi-stage process of Extracting data from sources, Transforming it through cleaning/standardizing, and Loading it into a warehouse.

43
New cards

Scalability

The capability of a system to handle more work by adding resources like extra servers (Horizontal) or more CPU/RAM (Vertical).

44
New cards

ERP (Enterprise Resource Planning)

An integrated software platform that connects key departments into one unified system to manage a company's main business activities.

45
New cards

Artificial Intelligence (AI)

A branch of computer science focused on creating machines capable of performing tasks normally requiring human intelligence.

46
New cards

IoT (Internet of Things)

A network of physical objects with sensors and software that connect and share data over the internet.

47
New cards

Blockchain

A secure, decentralized digital ledger that records transactions across a network, making the records virtually impossible to alter.

48
New cards

Quantum Computing

Computing leverage principles like superposition and entanglement to perform computations exponentially faster than traditional computers.

49
New cards

Qubit

The basic unit of a quantum computer that can exist in a state of 00, 11, or both simultaneously.

50
New cards

Edge Computing

A distributed paradigm that brings data processing and storage closer to where it is generated to reduce latency.

51
New cards

Robotic Process Automation (RPA)

Technology enabling software robots (bots) to emulate human actions for executing rule-based, repetitive tasks.

52
New cards

Cloud Computing

The on-demand delivery of IT resources like servers, storage, and databases over the internet.

53
New cards

IaaS (Infrastructure as a Service)

Cloud service providing basic computing resources where the user manages the OS and applications.

54
New cards

PaaS (Platform as a Service)

Cloud service providing a platform for building apps; the provider manages the OS and infrastructure while user manages code.

55
New cards

SaaS (Software as a Service)

Cloud service delivering ready-to-use software over the internet where the provider handles maintenance.

56
New cards

Consensus Mechanisms

Rules that help participants agree on the correct version of a blockchain, such as Proof of Work (PoW) or Proof of Stake (PoS).

57
New cards

Fintech

The use of technology to improve and automate financial services, making them faster and more accessible.

58
New cards

RegTech (Regulatory Technology)

A sub-branch of fintech that helps financial institutions follow regulations and manage risks through automation.

59
New cards

Digital Disruption

Occurs when new technologies or business models completely change how an industry works, making old ways obsolete.

60
New cards

Risk Management

A systematic process used to identify, assess, and control threats to protect an organization's assets.

61
New cards

SIEM (Security Information and Event Management)

Technology providing centralized collection, correlation, and analysis of security logs from across a network.

62
New cards

ITGCs (IT General Controls)

Fundamental, broad IT controls that provide a secure and reliable foundation for all IT systems across the entire environment.