1.

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 iI had been asked this question during an interview for a job.The above asked question is from Metrics Analysis in division Software Metrics of Software Engineering

Answer»

Right choice is (d) “FAN out” of MODULE i

To explain I would SAY: Fan out is number of modules directly INVOKED by module i.



Discussion

No Comment Found

Related InterviewSolutions