Software Dev. Life Cycle(SDLC) Flashcards
1
Q
What are the order of SDLC(7)
A
- Planning
- Analysis
- Design
- Development
- Integration & Testing
- Implementation
- Maintenance
2
Q
Planning phase
A
- establish High Level plan of project
- determine project goals
3
Q
Analysis Phase
A
- analyze END USER BUSINESS REQUIREMENTS
- refine project goals into defined func/operation of system
4
Q
What is Business Requirement
A
Detailed set of business requests that the system must meet in order to be successful
5
Q
Design Phase
A
- Describe desired features and operations of system(screen layout, business rules, pseudocode)
- use flowchart
6
Q
Development Phase
A
- Take all of detailed design phase and TRANSFORM into system
7
Q
Integration & Testing Phase
A
- being project pieces together into a TESTING ENVIRONMENT
- test for errors, bugs, interoperability
- VERIFY system meets all the business requirements in analysis phase
8
Q
Implementation Phase
A
- Place system into production
- So users can begin to perform actual business operations
9
Q
Maintenance Phase
A
- Perform Changes, corrections, additions and upgrades
- Ensure system continue to meet businesses goals