M C Q s D r i v e

Software Engineering Mcqs 840 MCQs [All-Courses]

thumb

Software Engineering MCQs for job test and interview preparation, especially for fresh graduates, students, and candidates appearing in competitive exams. These multiple-choice questions cover a wide range of topics, including the fundamentals of software engineering, its various types, advanced concepts, software design, development processes, testing methods, software evolution, and security aspects.

The amount of time that the software is available for use is known as_________________?
A Reliability
B Usability
C Efficiency
D Functionality
Correct Answer: Reliability
SMI stands for_______________?
A Software Mature Indicator
B Software Maturity Index
C Software Mature Index
D Software Maturity Indicator
Correct Answer: Software Maturity Index
Function Points in software engineering was first proposed by_______________?
A Booch
B Boehm
C Albrecht
D Jacobson
Correct Answer: Albrecht
Which of the following is not a web engineering project metric ?
A Number of Static Content Objects
B Number of Dynamic Content Objects
C Number of Inherited Objects
D Word Count
Correct Answer: Number of Inherited Objects
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
Correct Answer: Complexity metrics
How many Information Domain Values are used for Function Point Computation ?
A three
B four
C five
D six
Correct Answer: five
Architectural Design Metrics are ______________ in nature ?
A Black Box
B White Box
C Gray Box
D Green Box
Correct Answer: Black Box
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
Correct Answer: in the current release
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
Correct Answer: “fan out” of module i
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)
Correct Answer: FP = count total * [0.65 + 0.01 * sum(Fi)].