Software-Engineering
August 28, 2024Software-Engineering
August 28, 2024Software-Engineering
|
Question 283
|
The COCOMO model is used for __________ .
|
software design
|
|
|
software cost estimation
|
|
|
software cost approximation
|
|
|
software analysis
|
Question 283 Explanation:
The COCOMO model is used for software cost estimation.
The basic COCOMO equations take the form
1. Effort Applied (E) = a(KLOC) b
2. Development Time (D) = c(Effort Applied) d
3. People required (P) = Effort Applied / Development Time [count]
where, KLOC is the estimated number of delivered lines (expressed in thousands ) of code for project. The constants a, b, c and d are given in the following table (note: the values listed below are from the original analysis, with a modern reanalysis producing different values).
The basic COCOMO equations take the form
1. Effort Applied (E) = a(KLOC) b
2. Development Time (D) = c(Effort Applied) d
3. People required (P) = Effort Applied / Development Time [count]
where, KLOC is the estimated number of delivered lines (expressed in thousands ) of code for project. The constants a, b, c and d are given in the following table (note: the values listed below are from the original analysis, with a modern reanalysis producing different values).
Correct Answer: B
Question 283 Explanation:
The COCOMO model is used for software cost estimation.
The basic COCOMO equations take the form
1. Effort Applied (E) = a(KLOC) b
2. Development Time (D) = c(Effort Applied) d
3. People required (P) = Effort Applied / Development Time [count]
where, KLOC is the estimated number of delivered lines (expressed in thousands ) of code for project. The constants a, b, c and d are given in the following table (note: the values listed below are from the original analysis, with a modern reanalysis producing different values).
The basic COCOMO equations take the form
1. Effort Applied (E) = a(KLOC) b
2. Development Time (D) = c(Effort Applied) d
3. People required (P) = Effort Applied / Development Time [count]
where, KLOC is the estimated number of delivered lines (expressed in thousands ) of code for project. The constants a, b, c and d are given in the following table (note: the values listed below are from the original analysis, with a modern reanalysis producing different values).
