Software Maintenance

Question 1
Marks : +2 | -2
Pass Ratio : 100%
Which of the following manuals is not a user documentation?
Beginner’s Guide
Installation guide
Reference Guide
SRS
Explanation:
SRS provides information on exact requirements of system as agreed between user and developers.
Question 2
Marks : +2 | -2
Pass Ratio : 100%
The process of transforming a model into source code is known as
Forward engineering
Reverse engineering
Re-engineering
Reconstructing
Explanation:
None.
Question 3
Marks : +2 | -2
Pass Ratio : 100%
How many stages are there in Iterative-enhancement model used during software maintenance?
two
three
four
five
Explanation:
The stages include: analysis of existing system, characterize proposed modifications, redesign and implement current version.
Question 4
Marks : +2 | -2
Pass Ratio : 100%
What type of software testing is generally used in Software Maintenance?
Regression Testing
System Testing
Integration Testing
Unit Testing
Explanation:
All other options are known as levels of software testing which further have types of software testing.
Question 5
Marks : +2 | -2
Pass Ratio : 100%
Which of the following manuals is a user documentation?
SRS -Software Requirement Specification
SDD -Software Design Document
System Overview
None of the mentioned
Explanation:
System overview provides general description of the system’s functions.
Question 6
Marks : +2 | -2
Pass Ratio : 100%
What does ACT stands for in In Boehm model for software maintenance?
Actual change track
Annual change track
Annual change traffic
Actual change traffic
Explanation:
None.
Question 7
Marks : +2 | -2
Pass Ratio : 100%
How many phases are there in Taute Maintenance Model?
six
seven
eight
nine
Explanation:
None.
Question 8
Marks : +2 | -2
Pass Ratio : 100%
Selective retest techniques may be more economical than the “retest-all”technique.How many selective retest techniques are there?
two
three
four
five
Explanation:
The three categories include: Coverage, Minimization and Safe techniques.
Question 9
Marks : +2 | -2
Pass Ratio : 100%
Maintenance is classified into how many categories ?
two
three
four
five
Explanation:
Adaptive, corrective, perfective and preventive are the four types of software maintenance.
Question 10
Marks : +2 | -2
Pass Ratio : 100%
Which one of the following is not a maintenance model?
Waterfall model
Reuse-oriented model
Iterative enhancement model
Quick fix model
Explanation:
Waterfall model is a software development model.