Databases for an Information Rich, Connected World — Vocabulary Flashcards

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

1/37

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key terms from the lecture notes on databases, architectures, data management, and related concepts.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

38 Terms

1
New cards

Database

A structured collection of data stored and managed by a DBMS to support storage, retrieval, and manipulation.

2
New cards

DBMS

Database Management System; software that defines, stores, retrieves, updates, and enforces security and integrity for data in a database.

3
New cards

Schema

The structure and organization of a database, including tables, fields, data types, and relationships.

4
New cards

Attribute

A relevant piece of information about the things of interest (e.g., name, address, age).

5
New cards

Relationship

A connection between entities in a database that captures how data items about different entities are associated (e.g., purchases, payments).

6
New cards

Mainframe Architecture

A database architecture where the DBMS runs on a mainframe computer; users access results via terminals.

7
New cards

Desktop Architecture

A database architecture where the DBMS and data run on a single desktop computer.

8
New cards

File Server Architecture

An architecture where the DBMS and data reside on a separate file server shared across a network.

9
New cards

Client-Server Architecture

An architecture with a database server hosting the DBMS and data, served to client applications over a network.

10
New cards

Web Architecture

An architecture where the DBMS is on a server and accessed via web browsers through a web server over the Internet.

11
New cards

TPS (Transaction Processing System)

A system that captures and processes day-to-day transactions and provides detailed data to users; primary source for MIS.

12
New cards

MIS (Management Information System)

A system that uses data from TPS to provide management reports, monitor efficiency, and support forecasting.

13
New cards

DSS (Decision Support System)

A system that supports strategic decision making using internal and external data, plus modeling tools.

14
New cards

OLTP

Online Transaction Processing; optimized for fast, real-time inserts/updates of day-to-day transactions; data is structured/normalized.

15
New cards

OLAP

Online Analytical Processing; optimized for complex queries and analysis on large historical data; often denormalized (star/snowflake).

16
New cards

Data Warehouse

A centralized repository designed for analyzing, querying, and reporting; often composed of data marts.

17
New cards

Data Mart

A smaller, subject-specific data store derived from a data warehouse for focused analysis.

18
New cards

ETL

Extract, Transform, Load; process of moving data from source systems into a data warehouse, including formatting it for the warehouse.

19
New cards

Data Mining

Techniques used to analyze large databases to discover patterns, trends, and insights.

20
New cards

Data Portability

The ability to back up, transfer, and restore data across systems.

21
New cards

Data Recovery

Measures to protect data from loss due to hardware or software failure.

22
New cards

Provenance

Logging/audit trails that record data changes to provide an history of data origins and edits.

23
New cards

Data Integrity

Ensuring stored data is well-formed, accurate, and consistent.

24
New cards

Data Security

Policies and mechanisms enforcing who can access data and what they can do with it.

25
New cards

Data Definition

DBMS capability to define and build the database structure (schemas, tables, types).

26
New cards

Data Manipulation

Functions to insert, update, delete, and query data within the database.

27
New cards

Query Execution

The process of running queries to retrieve data and answer questions from the database.

28
New cards

Performance

Techniques to tune and optimize database operation for speed and efficiency.

29
New cards

Multiuser Concurrency

Support for many users interacting with the database at the same time without conflicts.

30
New cards

Automatic Processing

Automated execution of business logic via stored procedures and triggers.

31
New cards

Unseen Services

The invisible components that provide login, security, data access, and maintenance; noticed mainly during outages or breaches.

32
New cards

Ubiquitous Information Provider

A pervasive, database-backed source of information used for everyday tasks like shopping and planning.

33
New cards

Annotated Human Genome Data

A public database containing annotated genetic sequence information linking genes, variants, and functions.

34
New cards

Federal Reserve Economic Data (FRED)

Public economic data series maintained by the Federal Reserve for economic analysis.

35
New cards

US Labor, Economic, and Census Data

Public datasets covering labor statistics, economic indicators, and census information in the United States.

36
New cards

Freebase Dataset

A large public knowledge base of structured facts, formerly hosted by Freebase.

37
New cards

Historical Weather Datasets

Public datasets containing past weather observations and climate data.

38
New cards

Twitter Archive at the Library of Congress

A public archive of Twitter messages preserved by the Library of Congress for research and history.