Software Engineering

test 2 Information Systems and Software Engineering

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

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 ___________.

  1. 0.89
  2. 0.76
  3. 0.94
  4. 94
  5. .91
Question 2 Multiple Choice (Single Answer)

Which of the following is true?

  1. In Informational coupling, elements of modules are related to each other and are abstracted from real world.
  2. In stamp coupling modules interact through heterogeneous data structure, which include structure, unions, trees, graphs, etc.
  3. In import cohesion, one module is declared in another module for communication.
  4. In temporal cohesion, the elements in a module are related and they perform set of tasks.
  5. In logical cohesion, modules related to each other are used in same phase of program execution.
Question 3 Multiple Choice (Single Answer)

Which of the following is not correct regarding Data Flow Diagram?

  1. Two external agents in the system cannot be connected directly in a system.
  2. External agent and data store cannot be connected directly in a system.
  3. Two data store can be connected directly in a system.
  4. Data flow diagram are used to show the transformation of information.
  5. All basic notations should be properly connected with data flow then it will leads to specification error.
Question 4 Multiple Choice (Single Answer)

Errors may be found by customers during ___________.

  1. alpha testing
  2. unit testing
  3. white box testing
  4. beta testing
  5. integration testing
Question 5 Multiple Choice (Single Answer)

Which of the following is not the characterstics of good Software Requirement Specification?

  1. Modifiable
  2. Verifiable
  3. Ambiguous
  4. Complete
  5. Traceable
Question 6 Multiple Choice (Single Answer)

SRS stands for?

  1. Software Requirement Specification
  2. System Requirement Specification
  3. Software Requirement Solution
  4. System Requirement Solution
  5. System Requirement Search
Question 7 Multiple Choice (Single Answer)

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?

  1. 0.94
  2. 0.96
  3. 0.97
  4. 0.98
  5. 0.95
Question 8 Multiple Choice (Single Answer)

Which of the following is not a step of requirement engineering?

  1. requirement elicitation
  2. requirement analysis
  3. requirement designs
  4. requirement documentation
  5. requirement gathering
Question 9 Multiple Choice (Single Answer)

CMM stands for?

  1. Company maturity model
  2. Capability maturity model
  3. Configuration maturity model
  4. Company management model
  5. Capability management model
Question 10 Multiple Choice (Single Answer)

A test plan may contain all but not ______________.

  1. traceability screen-shots
  2. test set
  3. test data
  4. test suite
  5. traceability requirement
Question 11 Multiple Choice (Single Answer)

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|

  1. A - (i), B - (iv), C - (iii), D - (ii)
  2. A - (iv), B - (i), C - (ii), D - (iii)
  3. A - (ii), B - (iii), C - (i), D - (iv)
  4. A - (ii), B - (iv), C - (iii), D - (i)
  5. A - (i), B - (iii), C - (iv), D - (ii)
Question 12 Multiple Choice (Single Answer)

Calculate the vocabulary for the following code:
int f=1,n=7;
for(int i=1; i<=n;
i+=i)f*=i;

  1. 11
  2. 15
  3. 10
  4. 05
  5. 11
Question 13 Multiple Choice (Single Answer)

Which of the following models combine the feature of waterfall model and prototype model?

  1. Modified Waterfall Model
  2. Iterative Enhancement Model
  3. Evolutionary Development Model
  4. Spiral Model
  5. Quick Fix Model
Question 14 Multiple Choice (Single Answer)

Which of the following enhances the performance and functionality of the software after delivery?

  1. Re-design
  2. Re-engineering
  3. Post checking
  4. Reverse engineering
  5. Maintenance
Question 15 Multiple Choice (Single Answer)

Arrange the following coupling from least desirable to most desirable in the software?
Stamp coupling, Control coupling, Content coupling, Data coupling and Common coupling.

  1. Content, Common, Control, Stamp, Data
  2. Data, Stamp, Control, Common, Content
  3. Stamp, Common, Content, Data, Control
  4. Content, Data, Control, Stamp, Common
  5. Data, Control, Content, Common, Stamp