InterviewSolution
Saved Bookmarks
| 1. |
If a Direct approach to software project sizing is taken, size can be measured in(a) LOC(b) FP(c) LOC and FP(d) None of the mentionedThis question was posed to me during a job interview.Query is from Decomposition Techniques in Software Project Planning topic in division Software Management of Software Engineering |
|
Answer» RIGHT option is (a) LOC For explanation I would say: LOC or Line of Code is a direct measure to ESTIMATE PROJECT size. |
|