Questions tagged [cocomo]

10 questions
10
votes
6 answers

Software cost estimation

I've seen on my work place (a University) most students making the software estimation cost of their final diploma work using COCOMO. My guessing is that this way of estimating costs is somewhat old (COCOMO dates of 1981), hence my question: How do…
David Conde
  • 1,306
  • 6
  • 20
7
votes
3 answers

Is the COCOMO model a good argument when defending a programming language choice?

Currently, I'm following a course on embedded software development. The lecturer has chosen J as an architecture language for model-driven software development. J itself is a very terse programming language and one of his main arguments for this…
TommyMason
  • 945
  • 5
  • 13
4
votes
3 answers

Which one is more reliable in a large project, COCOMO or FP?

I have estimated the cost of a product by COCOMO, then I estimated it by FP too. the results were so different from each other! The cost estimated by FP was about two times more than the estimated cost by Cocomo. which one is more reliable as this…
Elton.fd
  • 153
  • 3
4
votes
3 answers

What are the key benefits of COCOMO and NASA datasets in software effort estimation?

The COCOMO and NASA datasets are widely used in most of the systematic literature review about software efforts estimations and I want to know the reason for it? I have read many papers which used these two datasets but no author has given any…
Khan
  • 51
  • 2
4
votes
3 answers

How to estimate SLOC for project that has no source code yet?

Recently, I've been getting familiar with COCOMO II model to calculate the effort (person-months) and duration (calendar time in months) required to develop a mobile application. To calculate the effort, the following formula should be used…
JZ555
  • 151
  • 1
  • 3
3
votes
1 answer

COCOMO II SLOC count for web application development

What type of SLOC do you take into account for estimating web application development projects with COCOMO II? For instance, suppose you have to estimate a web application project that will probably result in those SLOC counts, based on what you…
Jivan
  • 315
  • 1
  • 8
2
votes
1 answer

How does COCOMO handle large projects that could be split up into smaller projects?

Let's say I want to use COCOMO to estimate the effort to produce a 100 KLoC embedded project. Not including the Effort Adjustment Factor, the effort would be 2.8 * 100^1.2 = 703. However, the project has two distinct components. I claim that on…
2
votes
4 answers

Trouble understanding the COCOMO model

In the basic COCOMO Model which is used to estimate the development time of software Effort : a * KLOC^b = X person months Development time : c * Effort^d = Y months where a , b , c , d are constants derived from the table below depending on the…
Computernerd
  • 409
  • 2
  • 6
  • 11
1
vote
1 answer

Using cost estimation models to predict C# software development costs

I'm a student currently on an internship. I've been asked to determine the feasibility of migrating an existing Windows-only C# software package to Mono. I've already conducted an analysis to identify the native libraries that will need to be ported…
Synchrondyne
  • 111
  • 3
0
votes
1 answer

How is programmer capability measured in COCOMO II?

COCOMO II expresses programmer capability as a different factor than technology experience. How does it measure programmer capability while abstracting his language and tools experience?
user14781
  • 27
  • 1