Consider the basic COCOMO model where E is the
Consider the basic COCOMO model 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 (in thousands) and ab, bb, cb, db have their usual meanings. The basic COCOMO equations are of the form? |
i➥ E = a b(KLOC)exp (bb), D = c b(E)exp (db) |
ii➥ D = a b(KLOC)exp (bb), E = c b(D)exp (db) |
iii➥ E = abexp(bb), D = cb(KLOC)exp (db) |
iv➥ E = abexp(D b), D = cb(KLOC)exp (bb) |
Answer: Option I Easy Explanation by SamagraCS Team: Definition: Basic COCOMO can be used for quick and slightly rough calculations of Software Costs. Basic COCOMO model takes the form E = ab(KLOC)bb D = cb(E)db Note: where E is effort applied in Person-Months, and D is the development time in months. The coefficients ab, bb, cb and db are given in table So, Option(I)is correct.
Watch Video For Better Explanation
Consider the basic COCOMO model where E is the