in IS&Software Engineering retagged by
1,131 views
0 votes
0 votes

Relation of COCOMO model is

  1. $E=a*(KLOC)^6$
  2. $E=a*(KLOC)^5$
  3. $E=a*(KLOC)^7$
  4. $E=a*(KLOC)^3$
in IS&Software Engineering retagged by
by
1.1k views

1 Answer

2 votes
2 votes

Option NONE OF THESE

 BASIC COCOMO MODEL

It is the one type of static model to estimates software development effort quickly and roughly. It mainly deals with the number of lines of code and the level of estimation accuracy is less as we don’t consider the all parameters belongs to the project. The estimated effort and scheduled time for the project are given by the relation:

$Effort (E) = a*(KLOC)^{b}  MM$
$Scheduled Time (D) = c*(E)^{d}  Months(M)$

Where,

  • = Total effort required for the project in Man-Months (MM).
  • = Total time required for project development in Months (M).
  • KLOC = the size of the code for the project in Kilo lines of code.
  • a, b, c, d = The constant parameters for a software project.

2 Comments

Bro, is it required to remember these exponent values?
0
0
yes, in case you don’t want to take any risk. Most of the time, these values are given.
0
0
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true