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 is normally a project management plan document organized
How is normally a project management plan document organized ?
✍: Guest
PMP document forms the bible of a project. It has normally these sections :
Project summary
Project organization hierarchy
WBS / Activity list to be performed with schedule.
Work product identification (In short who will do what)
Project schedule( GANNT chart or PERT chart).
Estimated Cost and completion.
Project requirements.
Risk identification.
Configuration management section.
Quality section.
Action Item status.
2007-10-30, 6746👍, 0💬
Popular Posts:
Explain all parts of a deployment diagram? Package: It logically groups element of a UML model. Node...
What will be printed as the result of the operation below: #define swap(a,b) a=a+b;b=a-b;a=a-b; void...
What invokes a thread's run() method? After a thread is started, via its start() method of the Threa...
What is the version information in XML? “version” tag shows which version of XML is used.
Can static variables be declared in a header file? You can't declare a static variable without defin...