GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Management  >  Project Manager

 Print  |  
Question:  What is cocomo model?



October 10, 2007 05:24:59 #1
 Meera Parigi   Member Since: Visitor    Total Comments: N/A 

RE: What is cocomo model?
 
COCOMO (COnstructive COst MOdel) has been designed in 1981 by Barry Boehm to given an estimate of the number of man-months it will take to develop a software product and it is referred as COCOMO 81

A new model called COCOMO II was designed in 1990 and the need for this model came up as software development technology moved from mainframe and overnight batch processing to desktop development, code re-usability and the use of off-the-shelf software components.

COCOMO consists of a hierarchy of 3 increasingly detailed and accurate forms:
1) Basic COCOMO - is a static, single valued model that computes software development effort and cost as a function of program size expressed in estimated lines of code

2) Intermediate COCOMO - computes software development effort as function of program size and a set of "cost drivers" that include subjective assessment of product, hardware, personnel and project attributes

3) Detailed COCOMO - incorporates all characteristics of the intermediate version with an assessment  of the cost driver's impact on each step in SDLC
     

 

Back To Question