IB Computer Science SL/HL Paper 2 - Option A: Study Guide Summary

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/30

flashcard set

Earn XP

Description and Tags

Flashcards covering the vocabulary from the IB Computer Science SL/HL Paper 2 - Option A: Study Guide Summary, including data integrity, normalization forms, database components and data mining methods.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

31 Terms

1
New cards

Data Integrity

Refers to the accuracy, completeness, and validity for data; it follows the rules.

2
New cards

Data Redundancy

A situation where the same piece of data is stored in two or more different places.

3
New cards

Database Schema

A diagram that defines how data is organized in a relational database, including table names, fields, data types of fields, and relationships between tables.

4
New cards

Normalization

The process by which larger tables in a database are divided into smaller tables while ensuring data integrity and reducing data redundancy.

5
New cards

Concurrency

Allows multiple users to access a database at the same time without interfering with each other.

6
New cards

Data Warehouse

A central storage/repository of data from multiple sources, collected over time.

7
New cards

Data Mining

The analysis of large data sets with the purpose of detecting previously unknown patterns or relationships.

8
New cards

Data Modeling

The process of creating a visual representation of a whole or part of an information system.

9
New cards

Data Segmentation

The process of taking the data you hold and dividing it up and grouping similar data together based on the chosen parameters so that you can use it more efficiently within marketing and operations.

10
New cards

Primary Key

A field that is distinctive for each record.

11
New cards

Foreign Key

A field in one table that refers to the primary key field in another table.

12
New cards

Primary Composite Key

Two fields that together can function as a primary key when one field is not enough to uniquely identify records.

13
New cards

1st Normal Form (1NF)

Eliminate duplicate columns, columns with multiple types of values, create separate tables for each group of related data (with unique primary keys).

14
New cards

2nd Normal Form (2NF)

Meet all requirements for 1NF, eliminate partial dependency (columns dependent on one attribute of a composite primary key).

15
New cards

3rd Normal Form (3NF)

Meet all requirements for 2NF, eliminate transitive dependency.

16
New cards

Partial Dependency

When one field depends on only one field in a primary composite key, but not the other(s).

17
New cards

Transitive Dependency

When one field depends only on another field that is not the primary key.

18
New cards

Database Transactions

A set of SQL statements that are executed sequentially, as if they were one command.

19
New cards

Data Dictionary

A file or set of files that stores information about the database and the tables inside.

20
New cards

Data Definition Language (DDL)

A set of commands that allow us to define and modify the structure and metadata of a database.

21
New cards

DBMS (Database Management System)

A set of programs that allows a user to read, store, change/extract data in a database.

22
New cards

Database Administrator

A person who ensures that data in a database is performant, secure, and recoverable.

23
New cards

Data

Raw facts; unprocessed and without context.

24
New cards

Information

Data + context; processed and structured, interpreted by the user, given meaning.

25
New cards

Data Verification

Checks that input matches expected values in the database.

26
New cards

Data Validation

Checks that input follows rules for the type of input entered.

27
New cards

Secondary Key

Capable of functioning as a primary key; also called an alternate key.

28
New cards

Composite Primary Key

When one field is not enough to uniquely identify records, but two fields together can function as a primary key.

29
New cards

ACID Principles

Atomicity, Consistency, Isolation, Durability

30
New cards

Data Mining Methods

Cluster Analysis, Classification, Association Analysis, Link Analysis, Deviation Detection

31
New cards

ETL

Extraction, Transformation, Loading