Function Point Analysis
1.

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

2.

Statement and branch coverage metrics are part of

A.  

Analysis Model

B.  

Testing

C.  

Design Model

D.  

Source Code

3.

Function Points in software engineering was first proposed by

A.  

Booch

B.  

Boehm

C.  

Albrecht

D.  

Jacobson

4.

How many Information Domain Values are used for Function Point Computation?

A.  

three

B.  

four

C.  

five

D.  

six

5.

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)

6.

Architectural Design Metrics are ___________ in nature.

A.  

Black Box

B.  

White Box

C.  

Gray Box

D.  

Green Box

7.

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

8.

SMI stands for

A.  

Software Mature Indicator

B.  

Software Maturity Index

C.  

Software Mature Index

D.  

Software Maturity Indicator

9.

As the SMI approaches 1.0, the software product starts becoming unstable

A.  

True

B.  

False

10.

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