• 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/58

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;

58 Cards in this Set

  • Front
  • Back
data processing system
An automated system for processing the data for the records of an organization
application program
A computer program that performs a specific task of practical value in a business situation.
random access processing
A file access method that provides direct access to a specific record
key
Data fields that uniquely identify a record in a file.
information system
An automated system which organizes data to produce information
management information system
A system that provides information to management.
data
Isolated facts.
information
Organized or summaried data.
database
A collection of interrelated data items that can be processed by one or more application systems.
database system
A database, a database management system, and appropriate hardware and personnel.
database management system (DBMS)
Systems software that facilitates the management of a database.
homonym
A term that has different meanings in different contexts.
synonyms
Terms that mean the same things.
data model
A conceptual method of structuring data.
hierarchical model
A data model that assumes all data relationships can be structured as hierarchies.
pointer
A physical address which identifies where a record can be found on disk.
child
An "owned" record in a heirarchical relationship.
parent
An "owner" record in a hierarchical relationship.
network
A data relationship in which a record can be owned by records from more than one file.
client/server platform
A local area network consisting of client computers which receive services from a server computer.
database server
A program runing on server hardware to provide database services to client machines.
Graphical User Interface (GUI)
Screens and functions that provide a graphical means for an end user to access a computer system.
open systems
The concept of connecting a variety of computer hardware and software to work in concert to achieve user goals.
interoperability
The state of multiple heterogeneous sytems communicating and contributing to completion of a common task.
metadata
Data in the data dictionary which describe the database.
data view
A definition of a restricted portion of the database; also called a view.
users
People who need information from the database to carry out ther primary business responsibility.
practitioners
people responsible for the database system and its associated application software.
procedure
Written instructions describing the steps needed to accomplish a given task in a system.
data integration
Combining data for common use.
electronic data processing
Computer automation of paperwork at the operational level of an organization.
management information sytem
Automated system focused on information for middle management.
decision support system
Automated system providing strategic information to senior management.
centralized database
Database physically confined to a single location.
distributed database system
A database system made of several systems at local sites, connected by communication lines.
database planning
Strategic effort to determine information needs for an extended period.
database development life cycle (DDLC)
A process for designing, implementing, and maintaining a database.
database administration
Personnel with responsibility for controlling and protecting the database.
conceptual database design
identification of data elements, relationships, and constraints for a database.
value constraint
A rule defining the permissible values for a specific data item.
physical database design
Determination of storage devices, access methods, and indexes for using a database.
information center
An area where users have facilities to do their own computing.
retrieve only access
Database access with no update allowed.
data integrity
Accuracy and consistency of data values in the database.
three-level architecture
Standard database structure consisting of conceptual, external, and internal levels.
conceptual level
Data-base structural level defining user views.
internal level
Database structural level defining physical view of database.
system development life cycle (SDLC)
A process for system development.
function-oriented approach
Views a system from the perspective of the functions it should perform.
data-oriented approach
Focuses on the analysis of data used by the functions.
preliminary planning
Planing for a database that occurs during the strategic database planning process.
feasibility study
Portion of the DDLC that determines technological, operational, and economic feasibility of database.
technological feasibility
Determination of hardware and software availability for database system.
operational feasibility
Determination of availability of expertise and personnel needed for the database system.
economic feasibility
Cost-benefit study of proposed database system.
requirements definition
Determination of management and functional area information requirements.
conceptual design
Creation of conceptual level scheme for database.
database implementation
The steps required to change a conceptual design to a functioning database.