Software-Engineering
August 28, 2024Database-Management-System
August 29, 2024COCOMO-Model
Question 11 |
Estimation of software development effort for organic software in basic COCOMO is
E = 2.0(KLOC)1.05 Per Month | |
E = 3.4(KLOC)1.06 Per Month | |
E = 2.4(KLOC)1.05 Per Month | |
E = 2.4(KLOC)1.07 Per Month |
Question 11 Explanation:
The basic COCOMO equations take the form
1. Effort Applied (E) = ab(KLOC)bb [ man-months ]
2. Development Time (D) = cb(Effort Applied)db [months]
3. People required (P) = Effort Applied / Development Time [count]
1. Effort Applied (E) = ab(KLOC)bb [ man-months ]
2. Development Time (D) = cb(Effort Applied)db [months]
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 ab, bb, cb and db 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: C
Question 11 Explanation:
The basic COCOMO equations take the form
1. Effort Applied (E) = ab(KLOC)bb [ man-months ]
2. Development Time (D) = cb(Effort Applied)db [months]
3. People required (P) = Effort Applied / Development Time [count]
1. Effort Applied (E) = ab(KLOC)bb [ man-months ]
2. Development Time (D) = cb(Effort Applied)db [months]
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 ab, bb, cb and db are given in the following table (note: the values listed below are from the original analysis, with a modern reanalysis producing different values)
Subscribe
Login
0 Comments