Software Engineering MCQ Questions and Answers
Practice ModeShowing 10 of 288 questions
Q11
Let M be a node that represents a if-then-else node in a Program Graph. Let the number of paths from its if part to the end node is Y, and from the else part to the end node is z. If the number of paths from the start node to the node M is x, then the total number of paths through M is
Answer: Option D
Q12
Structured programming codes include
Answer: Option
Q13
Which of the following is a desirable property of a module ?
Answer: Option A
Q14
Which of the following types of maintenance takes the maximum chunk of the total maintenance effort in a typical life cycle of a software product ?
Answer: Option D
Q15
An important aspect in coding is
Answer: Option A
Q16
One way to improve readability in coding is to
Answer: Option
Q17
The data flow model of an application mainly shows
Answer: Option B
Q18
According to Brooks, if n is the number of programmers in a project team then the number of communication path is
Answer: Option A
Q19
The extent to which the software can continue to operate correctly despite the introduction of invalid input is called as
Answer: Option B
Q20
Which of the following software engineering concept does Ada language support ?
Answer: Option