Software Engineering V.imp Question + PYQs Paper (Edushine Classes)
Software Engineering V.imp Question + PYQs Paper (Edushine Classes)
IMP Questions
(EduShine Classes – Arman Ali)
Unit – 1 Introduction
Q.1 Discuss the various characteristics of Good Software.
Q.2 Explain the following statement “Software Engineering” is a
layered Technology. (IMP)
Q.7. Explain iterative waterfall and spiral model for software life
cycle and discuss various activities in each phase. (V.IMP)
Unit – 2 SRS
Q.1. Explain requirement engineering process. (V.V.IMP)
Q.7. Distinguish between a data flow diagram and a flow chart with
example.
Q.10. Explain the SEI-CMM model. What do you mean by state fire
fighting?
Q.4. Explain about the structure chart and all its types with suitable
example.
Q.5. Explain the term cohesion and coupling? Also explain the
various forms of cohesion and coupling? (V.V.IMP)
Q.6. What are the characteristics of a good design? Describe
different types of coupling and cohesion. How design evaluation is
performed? (V.V.IMP)
Q.8. Explain the need for software measures and describe various
metrics.
Q.9. Explain software metric? Also explain the various metrics for the
size estimation of a project.
Q.10. Draw the control flow graph and calculate the cyclomatic
complexity with three methods and independent paths for: (V.V.IMP)
Mutation testing
Alpha and beta testing(IMP)
Regression testing
Q.2. Explain software re-engineering and the steps involved in the re-
engineering process. (V.VIMP)
CASE
Software complexity measure
Q.7. Write short notes on:
Function Point
COCOMO
Defect, Fault, Failure
Q.8. Discuss COCOMO model in detail. Also explain the term person-
month (PMO).(V.IMP)
Q.10. What is risk management? How are project risks different from
technical risks?(V.IMP)
B. TECH.
(SEM IV) THEORY EXAMINATION 2018-19
SOFTWARE ENGINEERING
Time: 3 Hours Total Marks: 70
Note: 1. Attempt all Sections. If you require any missing data choose suitably.
SECTION A
1. Attempt all questions in brief. 2 x 7 = 14
(a) List the process maturity levels in SEI's CMM.
(b) Compare evolutionary and throw away prototyping?
(c) Draw the Context level DFD for the Safe home Software.
(d) Distinguish between horizontal and vertical partitioning
(e) Distinguish between verification and validation
(f) Write short notes on equivalence partitioning
(g) Define software re-engineering
A
SECTION B
PT
2. Attempt any three of the following: 7 x 3 = 21
(a) Explain iterative waterfall and spiral model for software life cycle and discuss
various activities in each phase.
U
G
(b) Describe how software requirements are documented? State the importance of
.2
AR
documentation.
62
(c) Explain data architectural and procedural design for a software.
M
5.
(d) Describe decomposition levels of abstraction and modularity concepts in software
KU
11
design.
(e) Define black box testing strategy. What do you mean by integration testing?
Explain their outcomes. 5.
Y
|4
JA
SECTION C
23
VI
(a) List several software process paradigms. Explain how both waterfall model and
:5
D
(a) Explain the feasibility studies. What are the outcomes? Does it have either
01
(a) Explain about the various design concepts considered during design.
9-
(b) What are the characteristics of a good design? Describe different types of coupling
|0
BTECH
(SEM VI) THEORY EXAMINATION 2021-22
SOFTWARE ENGINEERING
Time: 3 Hours Total Marks: 100
Note: Attempt all Sections. If you require any missing data, then choose suitably.
SECTION A
1. Attempt all questions in brief. 2*10 = 20
Q.No. Questions CO
(a) Enlist characteristics of software. 1
(b) Define SDLC. 1
(c) Define software crisis. 2
(d) Compare ISO 9000 and SEI-CMM. 2
(e) Examine methods of finding cyclomatic complexity with example. 3
(f) Explain Function oriented Design. 3
(g) List the points of differences between Verification and Validation. 4
(h) What are stub and driver? 4
(i) Differentiate between adaptive and corrective maintenance? 5
(j) List the points of differences between software Re-engineering and 5
Reverse engineering.
90
SECTION B
1
13
2. Attempt any three of the following: 10*3 = 30
_2
Q.No. Questions CO
2.
P1
(a) Explain prototyping model of SDLC. What are its advantages over 1
24
conventional model? Explain with diagram.
2E
5.
(b) Create a level-2 DFD of the Smart College Campus. 2
.5
P2
disadvantages.
|1
SECTION C
3. Attempt any one part of the following: 10*1 = 10
2
02
Q.No. Questions CO
-2
(a) Discuss Spiral Model for Software development life cycle and 1
highlight the Risk analysis in this context.
06
BTECH
(SEM VI) THEORY EXAMINATION 2021-22
SOFTWARE ENGINEERING
(b) Discuss the importance of software specification Document. And also 2
explain the typical IEEE format of SRS document.
1
system.
13
_2
2.
7. Attempt any one part of the following: 10*1 = 10
P1
24
Q.No. Questions CO
2E
(a) Explain Risk management in detail. Also discuss the points that 5
5.
differentiate project risk from technical risk.
.5
P2
|1
4 7
3:
:3
13
2
02
-2
06
3-
|1
Downloaded from
QP22EP1_290 : uptukhabar.net
| 13-06-2022 13:33:47 | 117.55.242.131
Printed Pages:2 Sub Code: KCS-601
Paper 236546 Roll
Id: No.
B. TECH.
(SEM VI) THEORY EXAMINATION 2022-23
SOFTWARE ENGINEERING
Time: 3 Hours Total Marks: 100
Note: Attempt all Sections. If require any missing data; then choose suitably.
SECTION A
1. Attempt all questions in brief. 2 x 10 = 20
(a) Define generic software with example.
(b) Define software components.
(c) Mention any two non-functional requirements on software to be developed.
(d) What is meant by software prototyping?
(e) What do you mean by horizontal and vertical partitioning?
(f) What is the software architecture?
(g) Distinguish between verification and validation:
90
6
(h) Distinguish between alpha and beta testing?
22
(i) Mention the advantages of CASE tools.
_2
3.
(j) Define adaptive maintenance.
P1
11
3E
0.
SECTION B
.2
P2
(a) Iterative waterfall and spiral model for software lifecycle clean and discuss
|1
various activities in each phase.
(b) What are the problems faced in software engineering? Explain each in detail.
6
:5
(c) Explain about the structure chart and all its types with suitable example.
(d) Explain boundary value analysis and its significance with example.
54
(e) Discuss Software Configuration Management and various tasks in SCM process.
:
08
SECTION C
-2
06
(b) Discuss the various Mc Call’s quality factors with quality triangle.
|1
IF A = 100
THENIF B > C
THEN A = B
ELSE A = C
ENDIF
ENDIF
PRINT A
(b) Discuss the various types of structural testing techniques with example of each.
90
6
7. Attempt any one part of the following: 10x1=10
22
_2
(a) Draw the general model of software re-engineering and elaborate it.
3.
P1
11
(i) Function Point
3E
0.
(ii) COCOMO
.2
(iii)Defect, Fault, Failure
P2
25
Q
|1
6
:5
: 54
08
3
02
-2
06
9-
|1
BTECH
(SEM VI) THEORY EXAMINATION 2023-24
SOFTWARE ENGINEERING
TIME: 3 HRS M.MARKS: 100
Note: 1. Attempt all Sections. If require any missing data; then choose suitably.
SECTION A
1. Attempt all questions in brief.
a. Define the term Software Engineering. 02
b. Discuss the various characteristics of a software. 02
c. Explain the need of an SRS. 02
d. Explain stubs and drivers. 02
e. Discuss LOC? List two advantages and disadvantages of LOC. 02
f. What is Pseudo Code? How it differs from Algorithm? 02
g. Describe the importance of white box testing. 02
h. Explain Error, Fault and Failure. 02
i. List any two reasons for increase in the software costs. 02
j. Discuss the need of Risk Management in software engineering. 02
SECTION B
2
2. Attempt any three of the following:
13
90
a. Illustrate the statement “Software engineering is layered technology”. 10
2.
b. Discuss the importance of Feasibility Study. Also discuss its various types. 10
_2
24
c. Explain Code Inspection, Formal Technical Reviews (Peer Reviews) and Walk Through 10
P1
in detail.
5.
d. Write a short note on: 10
4E
.5
Mutation testing
17
P2
SECTION C
3. Attempt any one part of the following:
2
a. Explain the term Cohesion and Coupling? Also explain the various forms of cohesion 10
n-
and coupling?
b. Explain software metric? Also explain the various metrics for the size estimation of a 10
Ju
project.
5-
a. A program reads an integer number within the range [1,100] and determines whether 10
it is a prime number or not. Design test cases for this program using BVC, robust
testing, and worst-case testing methods.
b. What is Integration Testing? Explain different approaches used for integration testing. 10
7. Attempt any one part of the following:
a. Discuss the need of maintenance. Also discuss various categories of maintenance. 10
b. Discuss COCOMO model in detail. Also explain the term Person Month (PM). 10
1|Page
QP24EP1_290 | 15-Jun-2024 9:03:12 AM | 117.55.242.132
Downloaded from: uptukhabar.net