Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Can you explain different software development life cycles - part I
Can you explain different software development life cycles ?
✍: Guest
Note:- This questions is asked to test that as a project manager do you have a know how of
all the project life cycles.In PMP (Project management plan) you have to specify saying which software development model you will follow. Definitely depending on client and project
scenarios it’s the project manager’s responsibility to choose a development cycle.
SDLC (System Development Life Cycle) is overall process of developing information
systems through multi stage process systems from investigation of initial requirements
through analysis, design, implementation and maintenance. The days are gone when one
COBOL programmer used to analyze, test and implement software systems. Systems
have become complex, huge team members are involved, architects, analyst, programmers,
testers, users etc. To manage this number of SDLC models have been created.
Following are popular models which are listed:
Waterfall Model.
Spiral Model.
Build and Fix model.
Rapid prototyping Model.
Incremental Model.
This section we will go into depth of different SDLC models.
2007-10-30, 5443👍, 0💬
Popular Posts:
How To Run "mysql" Commands from a Batch File? - MySQL FAQs - Command-Line End User Interface mysql ...
Can we use the constructor, instead of init(), to initialize servlet? Yes , of course you can use th...
Can you explain steps in function points? Below are the steps in function points: >First Count ILF, ...
What will be printed as the result of the operation below: main() { int x=10, y=15; x = x++; y = ++y...
How To Dump the Contents of a Directory into an Array? - PHP Script Tips - Working with Directoris a...