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:
How many phases are there in software project
Can you explain project life cycle ?
✍: Guest
Figure :- 12.2 Life cycle of a project
There are five stages of any project initiating, planning, executing, controlling, and closeout.
These are general phases and change according to domain.
During Software project management interview expected answer is requirement phase,
design phase, coding phase, testing phase and project closure. But you can just impress
the answer by giving a general answer and then showing the mapping.
2007-10-30, 8429👍, 0💬
Popular Posts:
Does .NET support UNICODE and how do you know it supports? Yes .NET definitely supports UNICODE. Try...
How To Define a Sub Function? - Oracle DBA FAQ - Creating Your Own PL/SQL Procedures and Functions A...
What is hashing? To hash means to grind up, and that's essentially what hashing is all about. The he...
What will be printed as the result of the operation below: main() { int x=10, y=15; x = x++; y = ++y...
What is the difference between "calloc(...)" and "malloc(...)"? 1. calloc(...) allocates a block of ...