1. Home
  2. Docs
  3. Software Engineering
  4. Chapter 1 : Introduction to Software Engineering
  5. A Generic view of Software Engineering

A Generic view of Software Engineering

  • Definition Phase:

The definition phase focuses on “what”. That is, during definition, the software engineer attempts to identify what information is to be processed, what function and performance are desired, what system behavior can be expected, what interfaces are to be established, what design constraints exist, and what validation criteria are required to define a successful system. During this, three major tasks will occur in some form: system or information engineering, software project planning and requirements analysis.

  • Development Phase: 

The development phase focuses on “how”. That is, during development a software engineer attempts to define how data are to be structured, how function is to be implemented within a software architecture, how interfaces are to be characterized, how the design will be translated into a programming language, and how testing will be performed. During this, three specific technical tasks should always occur; software design, code generation, and software testing.

  • Support Phase: 

The support phase focuses on “change” associated with error correction, adaptations required as the software’s environment evolves, and changes due to enhancements brought about by changing customer requirements. Four types of change are encountered during the support phase:

  • Correction: Even with the best quality assurance activities, it is likely that the customer will uncover defects in the software. Corrective maintenance changes the software to correct defects.
  • Adaptation: Over time, the original environment, that is,  CPU, operating system, business rules etc for which the software was developed is likely to change. Adaptive maintenance results in modification to the software to accommodate changes to its external environment.
  • Enhancement: As software is used, the customer/user will recognize additional functions that will provide benefit. Perfective maintenance extends the software beyond its original functional requirements.
  • Prevention: Computer software deteriorates due to change, and because of this preventive maintenance, often called software reengineering, must be conducted to enable the software to serve the needs of its end users.
Was this article helpful to you? Yes 4 No

How can we help?

Leave a Reply

Your email address will not be published. Required fields are marked *