Ch 9 Flashcards
Information system
The database is part of a large whole known as an information system, which provides for data collection, storage and retrieval.
System analysis
System analysis is the process that establishes the need for an information system and its extent.
Systems development
The process of creating an information system is known as systems development.
Database development
In a broad sense, the term database development describes the process of database design and implementation. The primary objective in database design is to create complete, normalized, nonredundant (to the greatest extent possible), and fully integrated conceptual, logical and physical database models.
Systems Development Life Cycle (SDLC)
The Systems Development Life Cycle (SDLC) traced the history of an information system. The SDLC provides the big picture within which the database design and application development can be mapped out and evaluated.
Database Life Cycle (DBLC)
The Database Life Cycle (DBLC) contains six phases: database initial study, database design, implementation and loading, testing and evaluation, operation, and maintenance and evolution.
System scope
The system’s scope defines the extent of the design according to operational requirements.
Boundaries
The proposed system is subject to limits known as boundaries, which are external to the system.
Virtualization
Virtualization is a technique that creates logical representations of computing resources that are independent of the underlying physical computing resources.
Full back-up
Database backups can be performed at different levels. A full backup, or dump, of the entire database. In this case, all database objects are backed up in their entirety.
Differential backup
A differential backup of the database, in which only the objects that have been updated or modified since the last full backup are backed up.
Transaction log backup
A transaction log backup, which backs up only the transaction log operations that are not reflected in a previous backup copy of the database. In this case, no other database objects are backed up.
Conceptual design
Conceptual design is the first stage in the database design process. The goal at this stage is to design a database that is independent of database software and physical details. The output of this process is a conceptual data model that describes the main data entities, attributes, relationships, and constraints of a given problem domain. This design is descriptive and narrative in form. In other words, it is generally composed of a graphical representation as well as textual descriptions of the main data elements, relationships and constraints.
Minimal data rule
All that is needed is there, and all that is there is needed.
Description of operations
Ideally, business rules are derived from a formal description of operations, which is a document that provides a precise, up-to-date, and thoroughly reviewed description of the activities that define an organization’s operating environment.