Sail E0 Webinar

MCQs

Total Questions : 37 | Page 2 of 4 pages
Question 11. The amount of time that the software is available for use is known as_________________?
  1.    Reliability
  2.    Usability
  3.    Efficiency
  4.    Functionality
 Discuss Question
Answer: Option A. -> Reliability
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 12. Which of the following is not a metric for design model ?
  1.    Interface design metrics
  2.    Component-level metrics
  3.    Architectural metrics
  4.    Complexity metrics
 Discuss Question
Answer: Option D. -> Complexity metrics
COMPLEXITY METRICS MEASURE THE LOGICAL COMPLEXITY OF SOURCE CODE.
Question 13. Which of the following is not a web engineering project metric ?
  1.    Number of Static Content Objects
  2.    Number of Dynamic Content Objects
  3.    Number of Inherited Objects
  4.    Word Count
 Discuss Question
Answer: Option C. -> Number of Inherited Objects
THERE IS NO SUCH METRIC AS AN INHERITED OBJECT’S COUNT.
Question 14. Function Points in software engineering was first proposed by_______________?
  1.    Booch
  2.    Boehm
  3.    Albrecht
  4.    Jacobson
 Discuss Question
Answer: Option C. -> Albrecht
FIRST PROPOSED BY ALBRECHT IN 1979, HUNDREDS OF BOOKS AND PAPERS HAVE BEEN WRITTEN ON FUNCTIONS POINTS SINCE THEN.
Question 15. SMI stands for_______________?
  1.    Software Mature Indicator
  2.    Software Maturity Index
  3.    Software Mature Index
  4.    Software Maturity Indicator
 Discuss Question
Answer: Option B. -> Software Maturity Index
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 16. Architectural Design Metrics are ______________ in nature ?
  1.    Black Box
  2.    White Box
  3.    Gray Box
  4.    Green Box
 Discuss Question
Answer: Option A. -> Black Box
THEY ARE “BLACK BOX” IN THAT THEY DO NOT REQUIRE ANY KNOWLEDGE OF THE INNER WORKINGS OF A PARTICULAR SOFTWARE COMPONENT.
Question 17. SMI = [Mt – (Fa + Fc + Fd)]/Mt. Here Mt is the number of modules______________?
  1.    in the current release
  2.    in the current release that have been changed
  3.    from the preceding release that were deleted in the current release
  4.    none of the mentioned
 Discuss Question
Answer: Option A. -> in the current release
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 18. How many Information Domain Values are used for Function Point Computation ?
  1.    three
  2.    four
  3.    five
  4.    six
 Discuss Question
Answer: Option C. -> five
THE FIVE VALUES ARE: EXTERNAL INPUTS, EXTERNAL OUTPUTS, EXTERNAL INQUIRIES, INTERNAL LOGICAL FILES AND EXTERNAL INTERFACE FILES.
Question 19. Function Point Computation is given by the formula___________________?
  1.    FP = [count total * 0.65] + 0.01 * sum(Fi)
  2.    FP = count total * [0.65 + 0.01 * sum(Fi)].
  3.    FP = count total * [0.65 + 0.01] * sum(Fi)
  4.    FP = [count total * 0.65 + 0.01] * sum(Fi)
 Discuss Question
Answer: Option B. -> FP = count total * [0.65 + 0.01 * sum(Fi)].
OPTION B IS THE CORRECT FORMULA FOR FUNCTION POINT COMPUTATION
Question 20. Structural complexity of a module i is given as S(i) = f*f (i). What does f symbolizes here ?
  1.    “fan check-out” of module i
  2.    “fan check-in” of module i
  3.    “fan in” of module i
  4.    “fan out” of module i
 Discuss Question
Answer: Option D. -> “fan out” of module i
FAN OUT IS NUMBER OF MODULES DIRECTLY INVOKED BY MODULE I.

Latest Videos

Latest Test Papers