Database Principles - Chapter 1: The Database Approach

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

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering core definitions, database classifications, file system characteristics, DBMS functions, and career roles from Chapter 1.

Last updated 3:26 AM on 8/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

34 Terms

1
New cards

Data

Raw facts, unprocessed information, and the building blocks of information.

2
New cards

Information

Data that has been processed to reveal meaning.

3
New cards

Data Governance

A strategy or methodology defined by an organisation to safeguard data quality by managing availability, usability, quality, integrity, and security of data.

4
New cards

Database

A shared, integrated computer structure that stores end user data (raw facts) and metadata (data about data).

5
New cards

Metadata

Data about data.

6
New cards

DBMS (Database Management System)

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

7
New cards

Single-user Database

A database that supports only one user at a time.

8
New cards

Desktop Database

A single-user database running on a personal computer.

9
New cards

Multi-user Database

A database that supports multiple users at the same time.

10
New cards

Workgroup Database

A multi-user database that supports a small group of users or a single department.

11
New cards

Enterprise Database

A multi-user database that supports a large group of users or an entire organisation.

12
New cards

LAMP

An acronym defining the most popular open source software: Linux, Apache Web server, MySQL DBMS, and the Perl/PHP/Python development languages.

13
New cards

Centralised Database

A database that supports data located at a single site.

14
New cards

Distributed Database

A database that supports data distributed across several sites.

15
New cards

Transactional (or Production) Database

A database designed to support a company's day-to-day operations.

16
New cards

Data Warehouse

A database that stores data used to generate information required to make tactical or strategic decisions, often storing historical data.

17
New cards

Field

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

18
New cards

Record

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

19
New cards

File

A collection of related records.

20
New cards

Structural Dependence

A condition in which access to a file depends on its structure.

21
New cards

Structural Independence

A condition existing when it is possible to make changes in the file structure without affecting the application program's ability to access the data.

22
New cards

Data Dependence

A condition where changes occur in data storage characteristics without affecting the application program's ability to access the data.

23
New cards

Logical Data Format

How the human being views the data.

24
New cards

Physical Data Format

How the computer 'sees' or stores the data.

25
New cards

Data Redundancy

A condition where different and conflicting versions of the same data appear in different places.

26
New cards

Update Anomalies

Data anomalies that occur when changes must be made to existing records.

27
New cards

Insertion Anomalies

Data anomalies that occur when entering new records.

28
New cards

Deletion Anomalies

Data anomalies that occur when deleting records.

29
New cards

Data Dictionary Management

A DBMS function that defines data elements and their relationships.

30
New cards

Data Storage Management

A DBMS function that stores data and related data entry forms, report definitions, and related structures.

31
New cards

Multiuser Access Control

A DBMS function that uses sophisticated algorithms to ensure multiple users can access the database concurrently without compromising data integrity.

32
New cards

Database Administrator

A professional role responsible for managing and maintaining the DBMS and databases.

33
New cards

Database Architect

A professional role responsible for designing and implementing database environments at conceptual, logical, and physical levels.

34
New cards

Data Scientist

A professional role responsible for analyzing large amounts of varied data to generate insights, relationships, and predictable behaviors.