Module 2 - Database Overview

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

1/46

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:38 PM on 9/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

47 Terms

1
New cards

Data

Raw facts that have not yet been organized to reveal meaning.

2
New cards

Information

Results from processing raw data to reveal meaning; it requires context and should be accurate, relevant, and timely.

3
New cards

Field

A character or group of characters that has a specific meaning and is used to define and store data.

4
New cards

Record

A logically connected set of one or more fields that describes a person, place, or thing.

5
New cards

File

A collection of related records.

6
New cards

File-based system

A system that relies primarily on text-based files to run the system.

7
New cards

Database

A shared, integrated computer structure that stores data.

8
New cards

Metadata

Data about data that describes data characteristics and relationships.

9
New cards

DBMS (Database Management System)

A collection of programs that manages the database structure and controls access to data.

10
New cards

Data redundancy

When the same data is stored unnecessarily in different places. It can cause poor security, data inconsistency, data-entry errors, and data integrity problems.

11
New cards

Data anomaly

Occurs when not all required changes in redundant data are made successfully.

12
New cards

Update anomaly

Occurs when a change to redundant data is made in one place but is not made in other places.

13
New cards

Deletion anomaly

Occurs when deleting data unintentionally causes other needed data to be deleted.

14
New cards

Insertion anomaly

Occurs when adding new data requires unnecessary or dummy data to also be added.

15
New cards

Structural dependence

Access to a file depends on its structure, so programs must be modified when the file structure changes.

16
New cards

Structural independence

File structure can be changed without affecting the application's ability to access the data.

17
New cards

Data dependence

Data access changes when data storage characteristics change, such as attribute type or size.

18
New cards

Data independence

Data storage characteristics can be changed without affecting the program's ability to access the data.

19
New cards

Single-user database

A database that supports one user at a time.

20
New cards

Multiuser database

A database that supports multiple users at the same time.

21
New cards

Workgroup database

A database that supports a small number of users or a single department.

22
New cards

Enterprise database

A database that supports many users across many departments.

23
New cards

Centralized database

A database that holds data at a single site.

24
New cards

Distributed database

A database that distributes the database across different sites.

25
New cards

Cloud database

A database created and maintained using cloud data services.

26
New cards

General-purpose database

A database that holds a wide variety of data used in multiple disciplines.

27
New cards

Discipline-specific database

A database focused on a specific subject area.

28
New cards

Operational database

A database designed to support an organization's daily operations.

29
New cards

Data warehouse

A database that holds data in a format optimized for decision support.

30
New cards

OLAP (Online Analytical Processing)

Tools used to retrieve, process, and model data within a data warehouse.

31
New cards

Business intelligence

Captures and processes business data to generate information that supports decision making.

32
New cards

Unstructured data

Data that exists in its original, raw state.

33
New cards

Structured data

Data that results from formatting, with structure applied based on the type of processing to be performed.

34
New cards

Semistructured data

Data that has been processed to some extent.

35
New cards

SQL (Structured Query Language)

The standard query language supported by most DBMS vendors.

36
New cards

Query language

Lets the user specify what must be done without having to specify how.

37
New cards

Database system environment

The components that define and regulate the collection, storage, management, and use of data in a database environment.

38
New cards

Five components of a database system environment

Hardware, software, people, procedures, and data.

39
New cards

Data dictionary

Stores definitions of data elements and their relationships.

40
New cards

Security management

Enforces user security and data privacy.

41
New cards

Backup and recovery management

Enables recovery of the database after a failure.

42
New cards

Data integrity management

Minimizes redundancy and maximizes consistency.

43
New cards

Multiuser access control

Allows multiple users to access a database concurrently without compromising its integrity.

44
New cards

Database design

Activities focused on designing the database structure used to store and manage end-user data.

45
New cards

Generative AI

AI systems trained on input data that generate new data based on what was learned from the original data.

46
New cards

Machine learning

Uses statistical techniques to identify patterns, dependencies, relationships, and trends to forecast future trends.

47
New cards

AI challenges

Ethical and data privacy issues, inherited bias, and resource utilization.