CTFL_SYLL_4.0 · Question #192
Calculate the measurement error SD for the following estimates done using three point estimation technique: Most optimistic effort (a) -120 person days Most likely effort (m) -180 person days Most…
The correct answer is A. 20. A test-first approach involves writing tests before writing the code. In this approach, initially, the tests fail because the corresponding functionality is not yet implemented. Afterward, the code is written or modified to make the tests pass. This cycle is repeated…
Question
Calculate the measurement error SD for the following estimates done using three point estimation technique:
Most optimistic effort (a) -120 person days Most likely effort (m) -180 person days Most pessimistic effort (b) - 240 person days
Options
- A20
- B180
- C197
- D120
How the community answered
(34 responses)- A74% (25)
- B6% (2)
- C3% (1)
- D18% (6)
Explanation
A test-first approach involves writing tests before writing the code. In this approach, initially, the tests fail because the corresponding functionality is not yet implemented. Afterward, the code is written or modified to make the tests pass. This cycle is repeated iteratively. This method ensures that the code is developed based on predefined tests and helps in identifying issues early in the development process.
Topics
Community Discussion
No community discussion yet for this question.