Software-Engineering
August 28, 2024
Software-Engineering
August 28, 2024
Software-Engineering
August 28, 2024
Software-Engineering
August 28, 2024

Software-Engineering

Question 283
The COCOMO model is used for __________ .
A
software design
B
software cost estimation
C
software cost approximation
D
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).
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).

Leave a Reply

Your email address will not be published. Required fields are marked *