adplus-dvertising

Welcome to the Software Engineering MCQs Page

Dive deep into the fascinating world of Software Engineering with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of Software Engineering, a crucial aspect of UGC CBSE NET Exam. In this section, you will encounter a diverse range of MCQs that cover various aspects of Software Engineering, from the basic principles to advanced topics. Each question is thoughtfully crafted to challenge your knowledge and deepen your understanding of this critical subcategory within UGC CBSE NET Exam.

frame-decoration

Check out the MCQs below to embark on an enriching journey through Software Engineering. Test your knowledge, expand your horizons, and solidify your grasp on this vital area of UGC CBSE NET Exam.

Note: Each MCQ comes with multiple answer choices. Select the most appropriate option and test your understanding of Software Engineering. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

Software Engineering MCQs | Page 22 of 35

Q211.
Match each UML diagram in List I to its appropriate description in List II
List I List II
(a) State Diagram (i) Describes how the external entities
(people, devices) can interact with
the system
(b) Use-Case Diagram (ii) Used to describe the static or
structural view of a system
(c) Class Diagram (iii) Used to show the flow of a business
process, the steps of a use-case or
the logic of an object behaviour
(d) Activity Diagram (iv) Used to describe the dynamic behaviour
of objects and could also be used to describe
the entire system behaviour
Discuss
Answer: (d).(a)-(iv); (b)-(i); (c)-(ii); (d)-(iii)
Q212.
Which of the following statements is/are false?

P: The clean-room strategy to software engineering is based on the incremental software process model.
Q: The clean-room strategy to software engineering is one of the ways to overcome “unconscious” copying of copyrighted code.
Discuss
Answer: (d).Neither P nor Q
Q213.
A legacy software system has 940 modules. The latest release required that 90 of these modules be changed. In addition, 40 new modules were added and 12 old modules were removed. Compute the software maturity index for the system.
Discuss
Answer: (a).0.849
Q214.
Which of the following statements is/are true?

P: Software Reengineering is preferable for software products having high failure rates, having poor design and/or having poor code structure.
Q: Software Reverse Engineering is the process of analyzing software with the objective of recovering its design and requirement specification.
Discuss
Answer: (c).Both P and Q
Q215.
Which of the following is not one of the principles of agile software development method?
Discuss
Answer: (d).Following the plan
Q216.
Software coupling involves dependencies among pieces of software called modules. Which of the following are correct statements with respect to module coupling?

P: Common coupling occurs when two modules share the same global data.
Q: Control coupling occurs when modules share a composite data structure and use only parts of it.
R: Content coupling occurs when one module modifies or relies on the internal working of another module.

Choose the correct answer from the code given below:
Discuss
Answer: (b).P and R only
Q217.
Assume the following regarding the development of a software system P:

- Estimated lines of code of P: 33, 480 LOC
- Average productivity for P: 620 LOC per person-month
- Number of software developers: 6
- Average salary of a software developer: Rs. 50,000 per month

If E, D and C are the estimated development effort (in person-months), estimated development time (in months), and estimated development cost (in Rs Lac) respectively, then (E, D, C) = ...............
Discuss
Answer: (b).(54, 9, 27)
Q218.
Match the following in Software Engineering:

List - I
(a) Product Complexity
(b) Structured System Analysis
(c) Coupling and Cohesion
(d) Symbolic Execution

List - II
(i) Software Requirements Definition
(ii) Software Design
(iii) Validation Technique
(iv) Software Cost Estimation
Code:
(a) (b) (c) (d)
Discuss
Answer: (c).(iv) (i) (ii) (iii)
Q219.
Which one of the following is not typically provided by Source Code Management Software?
Discuss
Answer: (c).Syntax highlighting
Q220.
A software system crashed 20 times in the year 2017 and for each crash, it took 2 minutes to restart. Approximately, what was the software availability in that year?
Discuss
Answer: (d).99.9924%

Suggested Topics

Are you eager to expand your knowledge beyond Software Engineering? We've curated a selection of related categories that you might find intriguing.

Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!