1 / 11

Chapter 2: Software Process

Chapter 2: Software Process. Software Engineering 9. 2.1 Giving reasons for your answer based on the type of system being developed, suggest the most appropriate generic software process model that might be used as a basis for managing the development of the following systems:.

mills
Télécharger la présentation

Chapter 2: Software Process

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 2: Software Process Software Engineering 9

  2. 2.1 Giving reasons for your answer based on the type of system beingdeveloped, suggest the most appropriate generic software process modelthat might be used as a basis for managing the development of thefollowing systems: A system to control anti-lock braking in a car: • Anti-lock braking system:This is a safety-critical system so requires a lot ofup-front analysis before implementation. It certainly needs a plan-drivenapproach to development with the requirements carefully analyzed. Awaterfall model is therefore the most appropriate approach to use, perhapswith formal transformations between the different development stages.

  3. A university accounting system that replaces an existing system: • University accounting system:This is a system whose requirements arefairly well-known and which will be used in an environment in conjunctionwith lots of other systems such as a research grant management system.Therefore, a reuse-based approach is likely to be appropriate for this.

  4. A virtual reality system to support softwaremaintenance: • Virtual reality system:This is a system where the requirements will changeand there will be an extensive user interface components. Incrementaldevelopment with, perhaps, some UI prototyping is the most appropriatemodel. An agile process may be used.

  5. An interactive travel planning system that helps users plan journeyswith the lowest environmental impact: • Interactive travel planning system: System with a complex user interface butwhich must be stable and reliable. An incremental development approach isthe most appropriate as the system requirements will change as real userexperience with the system is gained.

  6. 2.3 Consider the reuse-based process model shown in Figure 2.3. Explain why itis essential to have two separate requirements engineering activities in theprocess. • In a reuse based process, you need two requirements engineering activities becauseit is essential to adapt the system requirements according to the capabilities of thesystem/components to be reused. These activities are: • 1. An initial activity where you understand the function of the system and setout broad requirements for what the system should do. These should beexpressed in sufficient detail that you can use them as a basis for deciding ofa system/component satisfies some of the requirements and so can be reused. • 2. Once systems/components have been selected, you need a more detailedrequirements engineering activity to check that the features of the reusedsoftware meet the business needs and to identify changes and additions that are required.

  7. 2.4 Suggest why it is important to make a distinction between developing theuser requirements and developing system requirements in the requirementsengineering process. • There is a fundamental difference between the user and the system requirementsthat mean they should be considered separately. • 1. The user requirements are intended to describe the system’s functions andfeatures from a user perspective and it is essential that users understandthese requirements. They should be expressed in natural language and maynot be expressed in great detail, to allow some implementation flexibility.The people involved in the process must be able to understand the user’s environment and application domain.

  8. 2.4 Cont’d • 2. The system requirements are much more detailed than the user requirementsand are intended to be a precise specification of the system that may be partof a system contract. They may also be used in situations wheredevelopment is outsourced and the development team need a completespecification of what should be developed. The system requirements aredeveloped after user requirements have been established.

  9. 2.6 Explain why change is inevitable in complex systems and give examples(apart from prototyping and incremental delivery) of software processactivities that help predict changes and make the software being developedmore resilient to change. • Systems must change because as they are installed in an environment theenvironment adapts to them and this adaptation naturally generates new/differentsystem requirements.Furthermore, the system's environment is dynamic andconstantly generates new requirements as a consequence of changes to thebusiness, business goals and business policies. Unless the system is adapted toreflect these requirements, its facilities will become out-of-step with the facilitiesneeded to support the business and, hence, it will become less useful.

  10. 2.6 Cont’d • Examples of process activities that support change are: • 1. Recording of requirements rationale so that the reason why a requirement isincluded is known. This helps with future change. • 2. Requirements traceability that shows dependencies between requirementsand between the requirements and the design/code of the system. • 3. Design modeling where the design model documents the structure of the software. • 4. Code refactoring that improves code quality and so makes it more amenable to change.

  11. 2.9 What are the advantages of providing static and dynamic views of thesoftware process as in the Rational Unified Process? • An approach to process modeling which is simply based on static activities, such asrequirements, implementation, etc. forces these activities to be set out in a sequencewhich may not reflect the actual way that these are enacted in any one organization. • In most cases, the static activities shown in Figure 2.13 are actually interleaved so asequential process model does not accurately describe the process used. Byseparating these from the dynamic perspective i.e. the phases of development, youcan then discuss how each of these static activities may be used at each phase of theprocess. • Furthermore, some of the activities that are required during some of thesystem phases are in addition to the central static activities shown in Figure 2.13.These vary from one organization to another and it is not appropriate to impose aparticular process in the model.

More Related