Posts

Showing posts with the label Constructive Cost Model

COCOMO - the Constructive Cost Model

COCOMO (COnstructive COst MOdel) is a cost estimation model for software projects that was developed by Barry Boehm in the 1980s. It is a model that helps to estimate the effort required to develop a software project based on a set of inputs such as the size of the project, the number of people working on it, and the level of complexity.  COCOMO is often used in traditional software development methodologies, but it can also be applied in an agile environment by adjusting the inputs to reflect the different characteristics of an agile project.  It is based on the idea that the cost of a project is determined by a combination of factors such as the number of lines of code, the number of people working on the project, and the complexity of the project. COCOMO uses a set of mathematical equations to calculate the cost of a project based on input variables such as the size of the project, the number of people working on it, and the complexity of the project.  One of the key f...