Chapter 9: Systems Development and Project Management - Corporate Responsibility Flashcards
What is conversion?
The process of transferring information from a legacy system to a new system.
What is off-the-shelf application software?
Supports general business processes and does not require any specific software customization to meet the organization’s needs.
What is SDLC?
Systems development life cycle - overall process for developing information systems from planning and analysis through to implementation and maintenance.
What are the 7 distinct phases of the SDLC?
- Planning
- Analysis
- Design
- Development
- Testing
- Implementation
- Maintenance
What is a change agent?
A person or event that is the catalyst for implementing major changes for a system to meet business changes.
What is the project scope?
Describes the business need and the justification, requirements and current boundaries for the project.
What is the project plan?
A formal, approved document that manages and controls the entire project.
What occurs in the analysis phase of the SDLC?
The firm analyzes its end-user business requirements and refines project goals into defined functions and operations of the intended system.
What are business requirements?
Specific business requests the system must meet to be successful.
What happens if a system does not meet its business requirements?
It will be considered a failed project.
What is requirements management?
The process of managing changes to the business requirements throughout the project.
What is a requirements definition document?
Prioritizes all of the business requirements by order of importance to the company.
What is sign-off?
Users’ actual signatures, indicating that they approve all of the business requirements.
What is process modeling?
Graphically representing the processes that capture, manipulate, store, and distribute information between a system and its environment.
What is a a data flow diagram (DFD)?
Illustrates the movement of information between external entities and the processes and data stores within the system.
What are CASE tools?
Computer-aided software engineering tools which are software suites that automate systems analysis, design, and development.
What is pseudocode?
Fake code - an informal description of how the computer program should work. Intended for human reading rather than machine reading.
What occurs during the development phase of SDLC?
Transforms all detailed design documents from the design phase into the actual system. The project transitions from preliminary designs to actual physical implementation.
What is COBIT?
Control objects for information and related technology - set of best practices that helps an organization maximize the benefits of an information system while establishing appropriate controls to ensure minimum errors.
What is the difference between programming and scripting language?
Programming language organizes program instructions that execute computer commands. Scripting language is a programming method that provides for interactive modules to a website.
What are object-oriented languages?
Programming language that groups data and corresponding processes into objects.