Lec 6 Flashcards
Maintenance Lecture
Software maintenance:
Modifying a software after it has been put into use.
when we evolve Generic products we create _________________.
new versions from it
Types of maintenance:-
- _________________________
- _________________________
- _________________________
- Maintenance to repair software faults.
- Maintenance to adapt software different environment.
- Maintenance to add to or modify the system’s functionality.
usually Maintenance costs ______________ than development.
( Greater - Less )
Greater
Maintenance costs depends on :-
- ______________________________
- ______________________________
- technical and non-technical factors.
- extent of corruption of the software structure.
Maintenance cost factors:-
- _____________________
- _____________________
- _____________________
- _____________________
- Team stability
- Contractual responsibility
- Staff skills
- Program age and structure
Maintenance prediction:
measure which part of the system cause problem and have high Maintenance cost.
Change acceptance depends on ______________________________.
maintainability of the components affected by the change.
Implementing changes degrades the system and ______________________.
reduces its maintainability
Maintenance costs depend on_______________________________.
number of changes and costs of change depend on maintainability
What is change prediction?
number of changes require to understand the relationship between the system and it’s environment.
Factors of the relationship between system and it’s environment:-
- _____________________________.
- _____________________________.
- _____________________________.
- Number and complexity of system interfaces.
- Number of inherently volatile system requirements.
- The business processes the system used.
Complexity depends on:-
- ____________________________.
- ____________________________.
- ____________________________.
- Complexity of control structures e.g. (if, loops).
- Complexity of data structures e.g. (array , tree , queue).
- Object, method and module size.
process metrics:- \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_. \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_. \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_. \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_.
- Number of requests.
- Average time required for impact analysis.
- Average time taken to implement a change request.
- Number of outstanding change requests.
What is system re-engineering?
Re-structuring part or all of legacy system without changing its
functionality.