Project Management
Project Management
Information Systems
Unit -1 : Overview of Software Project Planning: Software Project, Categorization of
software Project, Introduction to Stepwise Project Planning, Project Scope,
Infrastructure, Resource Allocation, Project Plan Execution.
Estimation: Software Project Estimation, Decomposition Techniques- Software Sizing,
Problem Based estimation, LOC based estimation, Function Point based estimation,
Process Based estimation, Cost Benefit analysis, Cost Estimation Models, Selection of
Technologies.
LOC is the simplest among all metrics available to estimate project size. This metric
is very popular because it is the simplest to use.
Using this metric, the project size is estimated by counting the number of source
instructions in the developed program.
Size Estimation
Function Point Analysis
Function point metric was proposed by Alan Albrecht
while working for IBM, recognized the problem in size
measurent in the 1970s . This metric overcomes many of
the shortcomings of the LOC metric
In the organic mode, a small team of experienced developers develops software in a very
familiar environment. The size of the software development in this mode ranges from
small (a few KLOC) to medium (a few tens of KLOC), while in other two modes the
size ranges from small to very large (a few hundreds of KLOC).
Basic COCOMO
The basic model aims at estimating, in a quick and rough fashion, most of the
small to medium sized software products.
Attributes •
•
Virtual Machine volatility (VIRT)
Computer turnaround time (TURN)
Cost Drivers Very Low Nominal High Very High Extra High
Low
AEXP 1.29 1.13 1.00 0.91 0.82 --
LEXP 1.14 1.07 1.00 0.95 -- --
•It is a pictorial representation specifying the start and finish time for
various tasks to be performed in a project on a horizontal time-scale.
The Z-Values is calculated for each node that has a target date. It is equivalent to
the number of standard deviation between the nodes expected and target dates. It
is calculated using the formula
Z= T-Te / S
SPI=EV/PV
Monitoring and Control