Our experts have gathered these Software Development Life Cycle MCQs through research, and we hope that you will be able to see how much knowledge base you have for the subject of Software Development Life Cycle by answering these 40 multiple-choice questions.
Get started now by scrolling down!
A. Prototype model
B. Iterative waterfall model
C. Classical waterfall model
D. Spiral Model
A. Classical waterfall model
B. V-Shaped model
C. Spiral model
D. Prototype model
E. Iterative model
A. coding
B. system testing
C. designing
D. unit testing
A. The DFDs represent data flow in the system as well as functions performed by the system.
B. Control aspects are very precisely defined by the DFDs.
C. The DFDs are simple to understand and use.
D. The order of operation of processes is captured by a DFD.
A. tools
B. methods
C. process
A. Bottom-Up Integration Testing
B. Top-Down Integration Testing
C. Big-Bang Integration Testing
D. Mixed/Sandwich Integration Testing
Select all that apply.
If the coupling among modules is low in software design, then the product is:
A.
difficult to understand.
B.
easy to implement.
C.
less expensive to develop.
D.
All of the above
Consider a project in which the development team is required to build a compiler. The team has never written a compiler and is not sure about the technical solutions of project. Which of the following models should be used in such a situation so that the issue is resolved and the best product is obtained?
A.
Prototype modelÂ
B.
Spiral model
C.
V-Shaped model
D.
Waterfall model
A. Software specification
B. Software designing
C. Software validation
D. Software evolution
E. All of the above
The process to check that a completely developed system conforms to its requirement specifications is called __________, and the process to check that the output of one phase conforms to the output of the previous phase during software development is known as_____________.
A.
verification, validation
B.
validation, verificationÂ
C.
validation, validation
D.
verification, verification
 Which of the following aspects are considered during the data flow-oriented design technique of software development?
A.
Functions in a system
B.
Data items that flow between the processing stations
C.
Design of the control structure
D.
Sequence of execution of instructions
Consider a software that calculates cube-roots of integer values that are in the range of 0 to 3,000. If the black-box testing technique is used, then for boundary-value analysis, which of the following values must be there in the test cases?
A.
-3,000
B.
-1
C.
0
D.
1,500
E.
3,000
F.
3,001
G.
6,000
You are required to develop a software for a business system that is less formal; flexible; and has continuously changing requirements. Which of the following software development processes is more suitable in such a scenario?
A.
Plan-driven software developmentÂ
B.
Agile software developmentÂ
C.
The Rational Unified Process
D.
The Team Software Process
A. Model-oriented approach
B. Property-oriented approach
Suppose you are working on a highly complex project, which involves several kinds of risk. Which software-life-cycle model you should use in such a situation so that the best product can be obtained?
A.
V-Shaped model Â
B.
Prototype model
C.
Spiral model
D.
Waterfall model
The beta system testing to validate a fully developed system — i.e., ensuring that the system is fulfilling all the requirements — is carried out by __________.
A.
a test team within the developing organization
B.
a test team outside the developing organizationÂ
C.
actual customers or a selected group of friendly customers. Â
D.
a selected group of developers
 Which of the following are the correct sets of fundamental activities in the field of software engineering?
Note: There may be more than one right answer.
A.
Software configuration management
B.
Validation
C.
Design and implementation
D.
Test case design
E.
Software specifications
F.
Evolution
G.
Documentation
A. It should be concise.
B. It should specify the implementation and issues in it.
C. It should show conceptual integrity
D. It should be structured.
A. Conditions
B. Requirements
C. Actions
D. Result
Which two of the following statements are correct regarding the Unified Modeling Language (UML) diagrams?
Note: There may be more than one right answer.
A.
An actor in a use case diagram can participate in one use case only.
B.
In a use case diagram, one use case is independent of the other use case.
C.
All the views should be constructed for a given problem using all the diagrams that are provided by the UML.
D.
The static structure of a system is described by class diagram.
A. feasibility-study
B. requirement analysis and specification
C. design
D. testing
A. Single-entry and single-exit constructs should be used as much as possible.
B. Information hiding should not be done at all.
C. The use of user-defined data types should be avoided as much as possible.
D. The level of nesting should not be too deep.
A. recovery
B. compatibility
C. volume
D. regression
A. Development tools
B. Hardware maintenance
C. Technical processes of software development
D. Networking
E. Development of methods and theories
A. increased cohesion and reduced coupling
B. increased coupling and reduced cohesion
C. increased coupling and increased cohesion
D. reduced coupling and reduced cohesion
In the _____ testing technique, the test cases are designed without the knowledge of the internal structure of the software, i.e., using only the functional specifications of the software.
A.
ad-hoc
B.
white-box
C.
black-box
D.
exhaustive
A. Package name should be in lowercase.
B. Method names should be in the lower camel case and should be verbs.
C. Small names should be used for variables with large scope.
D. Constant name should start with uppercase letters and rest of the letters should be lowercase.
Due to which of the following options, a software does not behave in the way expected of it?
1. Software failure
2. Software fault
A.
1 onlyÂ
B.
2 only
C.
Both 1 and 2
D.
Neither 1 nor 2
A. high, high
B. high, low
C. low, high
D. low, low
In which of the following methods of debugging, the program is loaded with print statements for printing intermediate values in hope that some of the printed values will help in identifying the statement(s) containing error(s)?
A.
Program SlicingÂ
B.
Brute ForceÂ
C.
Backtracking
D.
Cause Elimination
A. static
B. dynamic
C. static as well as dynamic
A. different modules are coded, then combined in one step, and then tested as a whole unit.
B. different components are integrated one-by-one and tested at each level of integration.
C. different components are integrated one-by-one but tested only as a whole system.
D. the system is divided into modules and each module is tested in isolation.
The principles of a software development process are primarily based upon which of the following methods?
Methods: 1. Error correction 2. Error prevention
A.
1 only
B.
2 onlyÂ
C.
Both 1 and 2
D.
Neither 1 nor 2
A. testing is performed in the end, after a project is completely developed
B. a prototype is developed and tested first, and then a second testing is performed after the completion of project
C. coding is done incrementally. A new increment is only started after the successful testing of the previous increment
D. requirements are tested and documented
A. black box
B. white box
C. exhaustive
A. Stages are not clearly defined in the Waterfall Model
B. The Waterfall Model is complex and hard to understand.
C. In the Waterfall Model, multiple phases are processed at a time.
D. The Waterfall Model cannot accommodate changing requirements.
A. These models help in systematic and disciplined development of software products.
B. These models help in defining an entry and exit criteria only for the first and last phase of the software development process.
C. These models help in monitoring the progress of the project.
D. Software life-cycle models are brief introductions of the software life-cycle.
Suppose you are working on a large-scale software engineering project. During the development phases of the project, maximum effort is consumed by the __________ phase of the software life-cycle model.
A.
implementationÂ
B.
testingÂ
C.
feasibility-study
D.
coding
A.
1Â
B.
2
C.
3
D.
4Â
A. Understandability
B. Rigidity
C. Efficiency
D. Maintainability
E. Complexity
A. Loops
B. Functions
C. Tasks
D. Modules
A. Procedure
B. Non procedure
C. Both of these
D. None of these
A. Maintainability
B. Portability
C. Robustness
D. None of these
A. Properties
B. Radio button
C. Dialog boxes
D. All of these
A. List
B. Menu
C. Option list
D. Choice list
E. None of the above
A. Obfuscation
B. Nominalization
C. Both of these
D. None of these
A. Porous Defenses
B. Allocation of Resources
C. Risky Resource Management
D. Insecure Interaction