Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

February 2019

Structural complexity of a module i is given as S(i) = f*f (i). What does f symbolizes here ?

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

Explanation: Fan out is number of modules directly invoked by module i.

Structural complexity of a module i is given as S(i) = f*f (i). What does f symbolizes here ? Read More »

Software Metrics

Function Point Computation is given by the formula___________________?

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)

Explanation: Option b is the correct formula for Function Point Computation

Function Point Computation is given by the formula___________________? Read More »

Software Metrics

Which of the following is not a classification of the web engineering metric, Web Page Similarity ?

Which of the following is not a classification of the web engineering metric, Web Page Similarity ?

A. Content based
B. Link based
C. Usage based
D. Traffic based

Explanation: Similarity between two web pages is not judged upon its traffic activity.

Which of the following is not a classification of the web engineering metric, Web Page Similarity ? Read More »

Software Metrics