Chapter 13: Building Information Systems Flashcards
Acceptance Testing
Provides the final certification that the system is ready to be used in a production setting.
Agile Development
Rapid delivery of working software by breaking a large project into a series of small sub-projects that are completed in short periods of time using iteration and continuous feedback.
Automation
Using the computer to speed up the performance of existing tasks.
Business Process Management
Business process management (BPM) is an approach to business which aims to continuously improve and manage business processes.
Business Process Redesign
Type of organizational change in which business processes are analyzed, simplified, and redesigned.
Component-Based Development
Building large software systems by combining pre-existing software components.
Computer-Aided Software Engineering (CASE)
Automation of step-by-step methodologies for software and systems development to reduce the amounts of repetitive work the developer needs to do.
Conversion
The process of changing from the old system to the new system.
Customization
The modification of a software package to meet an organization’s unique requirements without destroying the package software’s integrity.
Data Flow Diagram (DFD)
Primary tool for structured analysis that graphically illustrates a system’s component process and the flow of data between them.
Direct Cutover Strategy
A risky conversion approach where the new system completely replaces the old one on an appointed day.
Documentation
Descriptions of how an information system works from either a technical or end-user standpoint.
End-User Interface
The part of an information system through which the end user interacts with the system, such as on-line screens and commands.
Feasibility Study
As part of the systems analysis process, the way to determine whether the solution is achievable, given the organization’s resources and constraints.
Fourth-Generation Languages
A programming language that can be employed directly by end users or less-skilled programmers to develop computer applications more rapidly than conventional programming languages.
Information Requirements
A detailed statement of the information needs that a new system must satisfy; identifies who needs what information, and when, where, and how the information is needed.
Iterative
A process of repeating over and over again the steps to build a system.
Joint Application Design (JAD)
Process to accelerate the generation of information requirements by having end users and information systems specialists work together in intensive interactive design sessions.
Maintenance
Changes in hardware, software, documentation, or procedures to a production system to correct errors, meet new requirements, or improve processing efficiency.
Object
Software building block that combines data and the procedures acting on the data.
Object-Oriented Development
Approach to systems development that uses the object as the basic unit of systems analysis and design. The system is modeled as a collection of objects and the relationship between them.