Computer Programming MCQs

5739 MCQs  (Page 340 of 574)

How is the complexity of a web page related to link count ?
A. Directly
B. Indirectly
C. No relation
D. All of the mentioned
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