Moderate

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

Correct answer: D. "fan out" of module i

  • 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 the number of modules directly called by module i, and structural complexity is commonly represented as the square of this value. Fan-in counts the modules that call module i, so it is not the term used here.

Last updated

Practise Software Testing and Quality Assurance

181 free Software Testing and Quality Assurance MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions