1.

use the basic cocomodel to estimate efforts and duratiojn of an embeded software development project with size of 1676loc. a.how many workers should be hired for this bproject. b..if project needed to complete in 6 monyths how many workers will be more .. c..project will be developed on the cost of 3500.what will be the total cost.. d..what will be the value of KLOC for this project.

Answer»

Answer:

Cocomo (Constructive Cost Model) is a regression model BASED on LOC, i.e number of LINES of Code. It is a procedural cost estimate model for software projects and often used as a process of reliably predicting the VARIOUS parameters associated with MAKING a project such as size, effort, cost, time and quality. It was proposed by Barry Boehm in 1970 and is based on the study of 63 projects, which make it one of the best-documented models.

The key parameters which define the quality of any software products, which are also an outcome of the Cocomo are primarily Effort & Schedule:

Effort: Amount of labor that will be required to complete a task. It is measured in person-months units.

Schedule: Simply means the amount of time required for the completion of the job, which is, of course, proportional to the effort put. It is measured in the units of time such as weeks, months



Discussion

No Comment Found