A. Analysis model
B. Testing
C. Design model
D. Source code
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)
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
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. Black box
B. White box
C. Gray box
D. Green box
A. Three
B. Four
C. Five
D. Six
A. Interface design metrics
B. Component-level metrics
C. Architectural metrics
D. Complexity metrics
A. Number of static content objects
B. Number of dynamic content objects
C. Number of inherited objects
D. Word count
A. Booch
B. Boehm
C. Albrecht
D. Jacobson
A. Reliability
B. Usability
C. Efficiency
D. Functionality