Software Engineering Mcqs
Statement and branch coverage metrics are part of______________________?

A. Analysis model
B. Testing
C. Design model
D. Source code

Function Point Computation is given by the formula___________________?

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)

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

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

Architectural Design Metrics are ______________ in nature ?

A. Black box
B. White box
C. Gray box
D. Green box

Which of the following is not a metric for design model ?

A. Interface design metrics
B. Component-level metrics
C. Architectural metrics
D. Complexity metrics

Which of the following is not a web engineering project metric ?

A. Number of static content objects
B. Number of dynamic content objects
C. Number of inherited objects
D. Word count