A. FP = [count total * 0.65]+ 0.01 * sum(Fi)
B. FP = count total * [0.65 + 0.01 * sum(Fi)].
C. FP = count total * [0.65 + 0.01] * sum(Fi)
D. FP = [count total * 0.65 + 0.01]* sum(Fi)
Explanation: Option b is the correct formula for Function Point Computation
Related Mcqs:
- How many Information Domain Values are used for Function Point Computation ?
A. three
B. four
C. five
D. six - 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 errors - Function Points in software engineering was first proposed by_______________?
A. Booch
B. Boehm
C. Albrecht
D. Jacobson - Structural complexity of a module i is given as S(i) = f*f (i). What does f symbolizes here ?
A. “fan check-out” of module i
B. “fan check-in” of module i
C. “fan in” of module i
D. “fan out” of module i - The arc-to-node ratio is given as r = a/n. What does ‘a’ represent in the ratio ?
A. maximum number of nodes at any level
B. longest path from the root to a leaf
C. number of modules
D. lines of control - In size oriented metrics, metrics are developed based on the _____________________?
A. number of Functions
B. number of user inputs
C. number of lines of code
D. amount of memory usage - Number of dynamic web pages provides an idea about____________ for a web page that is to be built?
A. size
B. complexity
C. effort
D. all of the mentioned - SMI = [Mt – (Fa + Fc + Fd)]/Mt. Here Mt is the number of modules______________?
A. in the current release
B. in the current release that have been changed
C. from the preceding release that were deleted in the current release
D. none of the mentioned - The amount of time that the software is available for use is known as_________________?
A. Reliability
B. Usability
C. Efficiency
D. Functionality - Which of the following is not categorized under Component-Level Design Metrics ?
A. Complexity Metrics
B. Cohesion Metrics
C. Morphology Metrics
D. Coupling Metrics