Software Engineering Mcqs

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

Submitted By: Ali Uppal


Submitted By: Ali Uppal


Architectural Design Metrics are ______________ in nature ?

(A) Black Box

(B) White Box

(C) Gray Box

(D) Green Box

Submitted By: Ali Uppal


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

Submitted By: Ali Uppal


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

Submitted By: Ali Uppal


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)

Submitted By: Ali Uppal


Size and Complexity are a part of____________________?

(A) Product Metrics

(B) Process Metrics

(C) Project Metrics

(D) All of the mentioned

Submitted By: Ali Uppal


Submitted By: Ali Uppal


Choose the incorrect statement in terms of Objects ?

(A) Objects are abstractions of real-world

(B) Objects can’t manage themselves

(C) Objects encapsulate state and representation information

(D) All of the mentioned

Submitted By: Ali Uppal


Which of the following is not categorized under Component-Level Design Metrics ?

(A) Complexity Metrics

(B) Cohesion Metrics

(C) Morphology Metrics

(D) Coupling Metrics

Submitted By: Ali Uppal