CS1509 Resessional2020

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Department of Computer Science and Engineering

B.TechVth Semester
Software Engineering
Re-sessional 2020
CS1509 (3CR)

An Marks PSO CO PO PI
s
1 Software engineering is an engineering approach to ____________ c 1 1 1 1 1.7.1
software.
a. Analyze
b. Design
c. Develop
d. Code
2 In a ______________ style, a program is quickly developed without b 1 1 1 1 1.7.1
making any specification, plan or design.
a. Enhanced software development
b. Build and fix style
c. System engineering
d. Agile software development
3 Identify the activity that is not done in exploratory style of software d 1 1 1 1 1.7.1
development.
a. Initial coding
b. Test
c. Modify code
d. Maintenance
4 Additional activity in computer system engineering is d 1 2 2 2 2.6.1
a. Hardware software partitioning
b. Hardware development
c. Only a not b
d. Both a and b
5 ____________________represents the series of identifiable stages c 1 2 2 2 2.6.4
through which it evolves during its life time.
a. Software defined life cycle
b. Software design life cycle
c. Software development life cycle
d. Software deployment life cycle
6 Which of the following activity spans all stages of a software b 1 2 2 2 2.6.4
development life cycle
a. Coding
b. Project management
c. Testing
d. Design
7 What is not estimated during project planning? c 1 2 3 2 2.7.1
a. Cost
b. Effort
c. Priority
d. Duration
8 The components to calculate the unadjusted function point(UFP) d 1 2 3 2 2.7.1
a. Number of inputs
b. Number of inquiries
c. Number of interfaces
d. All of the above
9 Basic classes of software development projects in COCOMO is d 1 2 3 2 2.7.1
______________
a. Organic
b. Semidetached
c. Embedded
d. All of the above
10 Identify the time considered in critical path method (CPM) d 1 2 3 2 2.7.1
a. Minimum time
b. Latest start time
c. Earliest finish time
d. All of the above
11 A critical path is one with _______________slack time. a 1 2 3 2 2.7.1
a. 0
b. 1
c. 2
d. 3
12 Risk assessment (p) = likelihood of a risk becoming real ( r ) * b 1 2 3 2 2.7.1
consequence of the problems associated with the risk (s).
a. Formula is incomplete and incorrect
b. Formula is complete and correct
c. Risk cannot be assessed
d. Risk cannot be calculated
13 In _________ design a problem is decomposed into a set of a 1 2 5 5 5.4.1
modules.
a. High level design
b. Detailed design
c. Both a and b
d. None of the above
14 Which of the following statement is not true of data flow diagrams b 1 2 5 5 5.4.1
(DFD)?
a. Hierarchical diagram
b. Represent code structure
c. Do not represent decisions and control flow
d. Represent functional decomposition
15 Identify the relationship between Account class and Saving account c 1 2 5 5 5.4.1
class
a. Association
b. Dependency
c. Generalization
d. Composition

You might also like