Anonymous

What Do You Know About The Linear Sequential Model?

2

2 Answers

raaga Profile
raaga answered
Waterfall model or Software Development life cycle is also called as linear sequential model. This model tells the steps that should be followed to develop a software system. Following is a brief description of these phases:

Requirement Analysis:
In this phase the software engineer or analyst makes a feasibility report in consultation with the client. In this phase system analyst tries to know and clarify all the requirements of the client. By the end of this phase average cost and average time are estimated and recommendations are submitted.

System design:
This is the most important phase. During this phase the overall structure of the software system is designed and the relationships among different components are defined.
Code Generation:
According to the needs of the project a language is selected to translate the design in the machine language. After the selection of the language the programmer codes to meet the designed goals. Code can also be automatically generated by the tools that are easily available everywhere. By the end of this phase raw executable system is ready to be tested.

Testing:After the coding process testing team tests the software to check whether the software meets its requirements or not. There are two types of testing: white box testing checks the functionality of the software and black box testing checks the data structures and inner coding details.
Maintenance:
Maintenance is required to meet the everyday changes. Software must be able to accommodate these changes. This phase starts after the delivery of the software.
Hassan Raza Profile
Hassan Raza answered
System / information engineering and modelling: Because software is forever fraction of a better classification {or commerce), work begins by establishing supplies for all coordination rudiments and then allocating some separation of these necessities to software. This organization view is necessary when software must interrelate with other rudiments such as hardware, people, and databases.

Organization manufacturing and psychoanalysis include supplies meeting at the system level with a little quantity of top height plan and psychoanalysis; in sequence manufacturing encompasses necessities congregation at the tactical business level and at the business region level.

Software necessities examination: The necessities assembly procedure is intensify and listening carefully specially on software. To appreciate the natural world of the programs to be built, the software wangle ("analyst") must appreciate the in series domain for the software, as well as necessary purpose, performance, recital, and boundary. Necessities for both the scheme and the software are recognized and reviewed with the client.

Design: Software design is in fact a versatile procedure that focuses on four separate attributes of a program: data arrangement, software structural design, border representations, and technical (algorithmic) feature. The design procedure translates requirements into a representation of the software that can be assessed for superiority before coding begins. Like necessities, the design is recognized and becomes division of the software pattern.

Answer Question

Anonymous