• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/64

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

64 Cards in this Set

  • Front
  • Back

______ is the process that establishes the need for an information system and its extent.

Systems analysis


(from the quiz)

The traditional Systems Development Life Cycle (SDLC) phases are ____, detailed systems design, implementation, and maintenance.

planning (and analysis)


(from the quiz)

An initial assessment of the information flow-and-extent requirements must be made during the ______ portion of the Systems Development Life Cycle (SDLC).

planning


(from the quiz)

After testing is concluded, the final ______ is reviewed and printed and end users are trained.

documentation


(from the quiz)

The advent of very sophisticated application generators and ______ has substantially decreased coding and testing time.

debugging tools


(from the quiz)

The system and operational costs are addressed by the ______ during the planning phase of the Systems Development Life Cycle (SDLC).

feasibility study


(from the quiz)

______ are usually provided by the database management system (DBMS) to check for access violations.

audit trails


(from the quiz)

The ______ describes the general conditions in which a company operates, its organizational structure, and its mission.

company situation


(from the quiz)

The system’s ______ defines the extent of the design according to operational requirements.

scope


(from the quiz)

The proposed system is subject to limits known as ______, which are external to the system.

boundaries


(from the quiz)

Making sure that the final product meets user and system requirements is the most critical ___ phase.

Database Life Cycle (DBLC)


(from the quiz)

Programmers use database tools to ______ the applications during coding of the programs.

prototype

(from the quiz)

______ allows the assignment of access rights to specific authorized users.

password security


(from the quiz)

The ______ stage uses data modeling to create an abstract database structure that represents real- world objects in the most realistic way possible.

conceptual design


(from the quiz)

The first step in ______ is to discover the data element characteristics.

coneptual design


(from the quiz)

A designer must have a thorough understanding of the company’s data types, extent, and uses in order to develop an accurate ______.

data model


(from the quiz)

From a database point of view, the collection of data becomes meaningful only when the _____ are defined.

business rules


(from the quiz)

A ______ is a brief and precise narrative of a policy, procedures, or principle within a specific organization’s environment.

business rules


(from the quiz)

Because real world database design is generally done by teams, the database design is probably divided into major components known as ______.

modules


(from the quiz)

A (n) ______ is an information system component that handles a specific business function, such as inventory, orders, or payroll.

module


(from the quiz)

______ is the first stage in the database design process.

conceptual design


(from the quiz)

The term ______ describes the extent to which modules are independent of one another.

module coupling


(from the quiz)

The term ______ describes the strength of the relationships found among a module’s entities.

cohesivity


(from the quiz)

The ______ goal is to design an enterprise-wide database based on a specific data model but independent of physical-level details.

logical design


(from the quiz)

______ could become a very technical job that affects not only the accessibility of the data in the storage device (s) but also the performance of the system.

physical design


(from the quiz)

bottom-up design

A design philosophy that begins by identifying individual design components and then aggregates them into larger units. In database design, the process begins by defining attributes and then groups them into entities. Compare to top-down design.


(from key terms)

boundaries

The external limits to which any proposed system is subjected. These limits include budgets, personnel, and existing hardware and software.


(from key terms)

centralized design

A process in which a single conceptual design is modeled to match an organization’s database requirements. It is typically used when a data component consists of a relatively small number of objects and procedures. Compare to decentralized design.


(from key terms)

clustered table

A storage technique that stores related rows from two related tables in adjacent data blocks on disk.


(from key terms)

cohesivity

The strength of the relationships between a module’s components. Module cohesivity must be high.


(from key terms)

computer-aided systems engineering (CASE)

Tools used to automate part or all of the Systems Development Life Cycle.


(from key terms)

conceptual design

A process that uses data-modeling techniques to create a model of a database structure that represents real-world objects as realistically as possible. The techniques are both software- and hardware-independent.


(from key terms)

database design

The process that yields the description of the database structure and determines the database components. Database design is the second phase of the Database Life Cycle.


(from key terms)

database development

The process of database design and implementation.


(from key terms)

database fragment

A subset of a distributed database. Although the fragments may be stored at different sites within a computer network, the set of all fragments is treated as a single database. See also horizontal fragmentation and vertical fragmentation.


(from key terms)

horizontal fragmentation

The distributed database design process that breaks a table into subset of unique rows.


(from key terms)

vertical fragmentation

In distributed database design, the process that breaks a table into a subset of columns from the original table. Fragments must share a common primary key.


(from key terms)

Database Life Cycle (DBLC)

A cycle that traces the history of a database within an information system. The cycle is divided into six phases: (1) initial study, (2) design, (3) implementation and loading, (4) testing and evaluation, (5) operation and maintenance, and (6) evolution.


(from key terms)

database role

A set of database privileges that could be assigned as a unit to a user or group.


(from key terms)

decentralized design

A process in which conceptual design is used to model subsets of an organization’s database requirements. After verification of the views, processes, and constraints, the subsets are then aggregated into a complete design. Such modular designs are typical of complex systems in which the data component has a relatively large number of objects and procedures. Compare to centralized design.


(from key terms)

description of operations

A document that provides a precise, detailed, up-to-date, and thoroughly reviewed description of the activities that define an organization’s operating environment.


(from key terms)

differential backup

A level of database backup in which only the last modifications to the database are copied.


(from key terms)

full backup (database dump)

A complete copy of an entire database saved and periodically updated in a separate memory location. A full backup ensures a full recovery of all data after a physical disaster or database integrity failure.


(from key terms)

information system (IS)

A system that provides for data collection, storage, and retrieval; facilitates the transformation of data into information; and manages both data and information. An information system is composed of hardware, the DBMS and other software, database(s), people, and procedures.


(from key terms)

logical design

A stage in the design phase that matches the conceptual design to the requirements of the selected DBMS and is therefore software-dependent. Logical design is used to translate the conceptual design into the internal model for a selected database management system, such as DB2, SQL Server, Oracle, IMS, Informix, Access, or Ingress.


(from key terms)

minimal data rule

Defined as “All that is needed is there, and all that is there is needed.” In other words, all data elements required by database transactions must be defined in the model and all data elements defined in the model must be used by at least one database transaction.


(from key terms)

module

(1) a design segment that can be implemented as an autonomous unit, and is sometimes linked to produce a system; (2) an information system component that handles a specific function, such as inventory, orders, or payroll.


(from key terms)

module coupling

The extent to which modules are independent of one another.


(from key terms)

physical design

A stage of database design that maps the data storage and access characteristics of a database. Because these characteristics are a function of the types of devices supported by the hardware, the data access methods supported by the system physical design are both hardware- and software-dependent. See also physical model.


(from key terms)

physical model

A model in which physical characteristics such as location, path, and format are described for the data. The physical model is both hardware- and software-dependent.


(from key terms)

scope

The part of a system that defines the extent of the design, according to operational requirements.


(from key terms)

systems analysis

The process that establishes the need for an information system and its extent.


(from key terms)

systems development

The process of creating an information system.


(from key terms)

Systems Development Life Cycle (SDLC)

The cycle that traces the history of an information system. The SDLC provides the big picture within which database design and application development can be mapped out and evaluated.


(from key terms)

top-down design

A design philosophy that begins by defining the main structures of a system and then moves to define the smaller units within those structures. In database design, this process first identifies entities and then defines the attributes within the entities. Compare to bottom-up design.


(from key terms)

transaction log backup

A backup of only the transaction log operations that are not reflected in a previous backup copy of the database.


(from key terms)

virtualization

A technique that creates logical representations of computer resources that are independent of the underlying physical computing resources.


(from key terms)

The conceptual portion of the design may be subject to several variations based on two basic design philosophies_____.

bottom-up vs. top-down and centralized vs. decentralized


(from summary)

The Systems Development Life Cycle (SDLC) traces the history of an ____ within the information system.

application


(from summary)

The SDLC can be divided into five phases:

planning


analysis


detailed systems design


implementation


maintenance


(from summary)

The SDLC is an ____ process rather than a sequential process.

iterative


(from summary)

The Database Life Cycle (DBLC) describes the history of the ____ within the information system.

database


(from summary)

The DBLC is composed of six phases:

database initial study


database design


implementation and loading


testing and evaluation


operation and maintenance


evolution


(from summary)

Like the SDLC, the DBLC is ____ rather than sequential.

iterative


(from summary)