answersLogoWhite

0

When you create a software you create a model or psuedocode then a flowchart for the preocess which can be called as Process Model then execution of the Software. If you have made the model correclty minimal issue wil be found during beta testing and perhaps common issue and every problem are possible to fix since you know where in the process model causes the problem. Process model can really affect the software if we did not implement and go throurh a series of testing.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

What software process model can be applicable for online bookshop?

You can use Iterative model.


What is the difference between software model and methodology?

A software process model is an abstract description of a piece of software. The software itself is an actual program (or set of programs) which can run on your computer.


What is the software process model for property search project?

Agile Development process


What is the iterative waterfall?

Iterative waterfall model is a software process model also called the incremental process model. http://en.wikipedia.org/wiki/Iterative_and_incremental_development


What is the efficient process model?

Linear sequential process model also known as classic life cycle is the widely used, simple and effective software model


Why spiral model is called U process model?

because, there can be back process of every step in waterfall model, see the book of software engg by somerville.


Which software process model is used for a new text editor?

chutiya


Explain the waterfall model of software process?

1.requirement gathering2.designing3.write a code4.testing5.maintenancethese are the various steps of software process


Is it possible to combine process models If so, provide an example?

Yes, it is possible to combine the software process models. Some possibilities to combine software process models are given below: Evolutionary process model. Incremental process model. The spiral model.


List out evolutionary software process model in software engineering?

General Software Process Models are 1. Waterfall model: Separate and distinct phases of specification and development. 2. Prototype model. 3. Rapid application development model (RAD). 4. Evolutionary development: Specification, development and validation are interleaved. 5. Incremental model. 6. Iterative model. 7. Spiral model. 8. Component-based software engineering


Explain briefly evolutionary software process model?

The evolutionary software process model involves working with the customers. It starts by specifying clear requirements of the software and features suggested by the customer are added later during development.


Comparison between the software process models?

in waterfall model ,a working model of the software is only available at a very later stage therefore there is no room for correction/changes .it is mainly used when the developers have clear idea of the software and they have built similar software in the past. in increment process model ,similar steps to waterfall model are applied but after each cycle a new version of the product is released. this process is continued till we develop the desired software.this model is used when the concept of the software is not that clear at the starting. spiral model is like an evolutionary model of waterfall model, in spiral model project risk factor is taken into consideration and the steps followed are planning,risk analysis,development,assessment.