Vocab Quiz 1 Flashcards
Data
Known facts that can be recorded and have implicit meaning
Database
A collection of related data
Miniworld or UoD
Represents some aspect of the real world
Logically coherent
There is a rhyme and reason to why its there
* Random assortments of data is not a database
* Designed, built, and populated with data for a specific purpose
DMBS
A computerized system that enables users to create and maintain a database
Defining a database
Specifying types, structures, constrains of data to be stored within the database
Metadata
data about the data (definitions, dictionary, etc)
Constructing a DMBS
The process of storing the data on some storage medium that is controlled by the DBMS
Manipulating functions
Querying, updating, generating reports
Sharing
Allows access to database
Application program
Accesses the database by sending queries to the DBMS
Queries
Cause data to be retrieved
Transaction
May cause some data to be read and some data to be read into the database
System Protection
Protect against hardware or software malfunction
Security Protection
Against unauthorized or malicious access
Database System
The database and DBMS software together
Describe a Database
- Elements, types, Information System
Conceptual design
Entity Relationship model
Logical design
expressed in a data model
Physical Design
Storing and accessing DB recs - miniworld created
Database Approach
Define once and access repeatedly
DBMA catalog
Stores a complete definition or description of the database structure and contains - stores metadata
Data Abstraction
Allows for program data and operation independence - suppression of details between organization and storage
Program-data Independence
DB catalog separate from access programs
Program-operation independence
application programs operate on the data by invoking these operations through name and arguments, regardless of how the operations are implemented
Data model
Type of data abstraction that provides a conceptual representation (no details of data storage and implementation)