CPSC 480 Software Change

12345678910
Across
  1. 3. Changing the structure of software without changing behavior
  2. 4. Change for new hardware and system software
  3. 7. Change that makes the software better but keeps the same features for the user, e.g., faster
  4. 8. The process of identifying where in the code a particular concept is located is _____ ______
  5. 10. Change for emergency fixes and routine debugging
Down
  1. 1. Lietz found ________ changes to be the most common in maintenance, while Schach found ________ changes to be the most common
  2. 2. Adding new functionality to existing code is a ___ ____
  3. 5. The set of classes identified in concept location is the ____ ____
  4. 6. Determine the impact of a potential change before it occurs is _____ _____
  5. 9. The decision might be to ____ perform the software change.