InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not an information domain required for determining function point in FPA ?(a) Number of user Input(b) Number of user Inquiries(c) Number of external Interfaces(d) Number of errorsThis question was addressed to me in an interview for job.My doubt is from Types of Software Metrics topic in portion Software Metrics of Software Engineering |
|
Answer» CORRECT choice is (d) Number of errors The best explanation: FPA includes five DOMAINS NAMELY INPUT, output, INQUIRIES, interface and logical files. |
|