Software Engineering
Description: test 2 Information Systems and Software Engineering | |
Number of Questions: 15 | |
Created by: Priya Bakshi | |
Tags: test 2 Information Systems and Software Engineering |
Consider a large application software of 500 modules. During the year as part of maintenance effort 15 modules were changed, 10 were added and 20 were deleted. The software maturity index (SMI) is ___________.
Which of the following is true?
Which of the following is not correct regarding Data Flow Diagram?
Errors may be found by customers during ___________.
Which of the following is not the characterstics of good Software Requirement Specification?
SRS stands for?
An individual module has an reliability of 0.999 and 25 such modules and are connected in parallel. What is the reliability of the whole software?
Which of the following is not a step of requirement engineering?
CMM stands for?
A test plan may contain all but not ______________.
Match the following column and choose the correct option.
Column-I | |
(Type of testing) | Column-II |
(Specifications) | |
A. Unit Testing | (i) Low-level design |
B. Functional Testing | (ii) Ad-hoc |
C. Acceptance Testing | (iii) Requirement Analysis |
D. Beta Testing | (iv) High-level design |
Calculate the vocabulary for the following code: int f=1,n=7; for(int i=1; i<=n; i+=i)f*=i;
Which of the following models combine the feature of waterfall model and prototype model?
Which of the following enhances the performance and functionality of the software after delivery?
Arrange the following coupling from least desirable to most desirable in the software? Stamp coupling, Control coupling, Content coupling, Data coupling and Common coupling.