Basic COCOMO is a form of the COCOMO model. Cocomo may be applied to three classes of software projects. These give a general impression of the software project. COCOMO is a model designed by Barry Boehm to give an estimate of the number of programmer-months it will take to develop a software product. ...
Organic projects - are relatively small, simple software projects in which small teams with good application experience work to a set of less than rigid requirements.
Semi-detached projects - are intermediate (in size and complexity) software projects in which teams with mixed experience levels must meet a mix of rigid and less than rigid requirements.
Embedded projects - are software projects that must be developed within a set of tight hardware, software, and operational constraints.
The basic Cocomo equations take the form
E=ab(KLOC)bb
D=cb(E)db
P=E/D
where E is the effort applied in person-months, D is the development time in chronological months, KLOC is the estimated number of delivered lines of code for the project (expressed in thousands), and P is the number of people required. The coefficients ab, bb, cb and db are given in the following table.
Basic Cocomo is good for quick, early, rough order of magnitude estimates of software costs, but its accuracy is necessarily limited because of its lack of factors to account for differences in hardware constraints, personnel quality and experience, use of modern tools and techniques, and other project attributes known to have a significant influence on software costs.
The BasicCOCOMO Model estimates the effort required to develop software in three modes of development (Organic Mode, Semidetached Mode, or Embedded Mode) using only DSIs as an input.
The Basic model is good for quick, early, and rough order of magnitude estimates.
The Intermediate COCOMO Model an extension of the BasicCOCOMO model.