Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
7 user(s) are online (7 user(s) are browsing encyclopedia)

Members: 0
Guests: 7

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Intermediate COCOMO

The Intermediate COCOMO is an extension of the Basic COCOMO model, and is used to estimate the programmer time to develop a software product. This extension considers a set of cost driver attributes that can be grouped into four major categories, each with a number of subcategories:

  • Product attributes
  • Required software reliability
  • Size of application database
  • Complexity of the product
  • Hardware attributes
  • Run-time performance constraints
  • Memory constraints
  • Volatility of the virtual machine environment
  • Required turnabout time
  • Personnel attributes
  • Analyst capability
  • Software engineer capability
  • Applications experience
  • Virtual machine experience
  • Programming language experience
  • Project attributes
  • Use of software tools
  • Application of software engineering methods
  • Required development schedule
  • Each of the 15 attributes is rated on a 6-point scale that ranges from very low to extra high (in importance or value). Based on the rating, an effort multiplier is determined from the table below. The product of all effort multipliers results in an effort adjustment factor (EAF). Typical values for EAF range from 0.9 to 1.4.

    The Intermediate Cocomo formula now takes the form...

    :E= a i (KLOC) (b i ) .EAF

    where E is the effort applied in person-months, KLOC is the estimated number of thousands of delivered lines of code for the project and EAF is the factor calculated above. The coefficient ai and the exponent bi are given in the next table.

    :

    The Development time D is calculated from E in the same way as with Basic COCOMO.

    =External Links=

  • [http://www.softstarsystems.com/overview.htm COCOMO Overview]