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.

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)].
Statement and branch coverage metrics are part of______________________?
A Analysis Model
B Testing
C Design Model
D Source Code
Correct Answer: Testing
Which of the following is not a classification of the web engineering metric, Web Page Similarity ?
A Content based
B Link based
C Usage based
D Traffic based
Correct Answer: Traffic based
How is the complexity of a web page related to link count ?
A Directly
B Indirectly
C No relation
D All of the mentioned
Correct Answer: Directly
Which metric gives the idea about the contents on a web page ?
A Word Token
B Word Count
C Word Size
D Word Length
Correct Answer: Word Count
Number of dynamic web pages provides an idea about____________ for a web page that is to be built?
A size
B complexity
C effort
D all of the mentioned
Correct Answer: all of the mentioned