Database Concepts

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/41

flashcard set

Earn XP

Description and Tags

A comprehensive set of vocabulary flashcards covering fundamental database concepts, types of databases, file system critiques, and database system components based on Topic 1 lecture materials.

Last updated 1:22 PM on 8/2/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

42 Terms

1
New cards

Data

Raw facts that have not yet been processed to reveal their meaning; the building blocks of information.

2
New cards

Information

Processed data; the result of processing raw data to reveal its meaning and enable knowledge creation.

3
New cards

Metadata

Data about data, through which the end-user data are integrated and managed; it describes data characteristics and relationships.

4
New cards

Database

A shared and integrated computer structure that stores a collection of end-user data and metadata.

5
New cards

Database Management System (DBMS)

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

6
New cards

Data Management

A discipline that focuses on the proper generation, storage, and retrieval of data.

7
New cards

Single-user database

A database that supports only one user at a time, allowing only one connection to the database at a given moment.

8
New cards

Desktop database

A single-user database that runs on a personal computer (PC) locally.

9
New cards

Multiuser database

A database that supports multiple users at the same time, including workgroup and enterprise databases.

10
New cards

Workgroup database

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

11
New cards

Enterprise database

A multiuser database that supports a large number of users across an entire organization.

12
New cards

Centralized database

A database where data is located at a single physical site.

13
New cards

Distributed database

A database where data is distributed across several different sites; also known as a decentralized database.

14
New cards

Cloud database

A database that is created and maintained using cloud data services.

15
New cards

General-purpose database

A database containing a wide variety of data used in multiple disciplines, such as LexisNexis or ProQuest.

16
New cards

Discipline-specific database

A database containing data focused on specific subject areas, such as financial, geographic information system (GIS), or medical databases.

17
New cards

Operational database

A database that supports a company’s day-to-day operations; also called online transaction processing (OLTP), transactional, or production database.

18
New cards

Analytical database

A database that stores historical data used for tactical or strategic decision making, comprising data warehouses and online analytical processing (OLAP).

19
New cards

Structured data

Data that is identifiable because it is organized in a structure applied based on the type of processing to be performed.

20
New cards

Semi-structured data

Data that has been processed to some extent but not enough to qualify as structured (e.g., a webpage).

21
New cards

Unstructured data

Data that exists in its original raw state with no identifiable structure, such as bitmap images or text objects.

22
New cards

Field

A character or group of characters (alphabetic or numeric) that has a specific meaning, used to define and store data.

23
New cards

Record

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

24
New cards

File

A collection of related records, such as student enrollment files.

25
New cards

Structural dependence

A condition where access to a file is dependent on its own structure; changing the structure requires modifying all programs that use the file.

26
New cards

Structural independence

A condition where a file structure can be changed without affecting the application’s ability to access the data.

27
New cards

Data dependence

A condition where data access changes when data storage characteristics (such as data type) change.

28
New cards

Data independence

A condition where data storage characteristics are changed without affecting the program’s ability to access the data.

29
New cards

Islands of information

A term for data that is scattered in many different locations, increasing the probability of different versions of the same data.

30
New cards

Data redundancy

The condition of unnecessarily storing the same data in different places.

31
New cards

Data inconsistency

A condition that exists when different and conflicting versions of the same data appear in different places.

32
New cards

Data anomalies

Abnormalities that occur in poorly planned databases when not all required changes are made successfully in redundant data; includes update, insertion, and deletion types.

33
New cards

Update anomaly

An abnormality that exists when one or more instances of duplicated data is updated but not all are changed.

34
New cards

Insertion anomaly

An abnormality that occurs when certain attributes cannot be inserted into the database without the presence of other attributes.

35
New cards

Deletion anomaly

An abnormality that exists when certain attributes are lost because of the deletion of other attributes.

36
New cards

Data integrity

The condition in which all data in the database are accurate, verifiable, and consistent with real-world events.

37
New cards

Hardware

All of the system's physical devices, such as servers, workstations, storage devices, and network devices.

38
New cards

Software

The tools required in a database system environment, including the operating system, DBMS software, and application programs.

39
New cards

Procedures

Instructions and rules that govern the design and use of the database system, enforcing standards and auditing activities.

40
New cards

Data Dictionary

A DBMS function that stores definitions of the data elements and their relationships (metadata) to remove structural and data dependency.

41
New cards

Performance tuning

A DBMS function that ensures efficient performance of the database in terms of storage and access speed.

42
New cards

Structured Query Language (SQL)

The de facto query language and data access standard supported by the majority of DBMS vendors.