A. Reliability
B. Usability
C. Efficiency
D. Functionality
A. Reliability
B. Usability
C. Efficiency
D. Functionality
A. Software Mature Indicator
B. Software Maturity Index
C. Software Mature Index
D. Software Maturity Indicator
A. Booch
B. Boehm
C. Albrecht
D. Jacobson
Explanation: First proposed by Albrecht in 1979, hundreds of books and papers have been written on functions points since then.
A. Number of Static Content Objects
B. Number of Dynamic Content Objects
C. Number of Inherited Objects
D. Word Count
Explanation: There is no such metric as an inherited object’s count.
A. Interface design metrics
B. Component-level metrics
C. Architectural metrics
D. Complexity metrics
Explanation: Complexity metrics measure the logical complexity of source code.
A. three
B. four
C. five
D. six
Explanation: The five values are: External Inputs, External Outputs, External Inquiries, Internal Logical Files and External Interface Files.
A. Black Box
B. White Box
C. Gray Box
D. Green Box
Explanation: They are “black box” in that they do not require any knowledge of the inner workings of a particular software component.
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
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
Explanation: Fan out is number of modules directly invoked by module i.
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