(A) Design
(B) Detailed Design
(C) Coding
(D) All of the mentioned
Tag: Software Engineering Mcqs
The tools that support different stages of software development life cycle are called
(A) CAME Tools
(B) CASE Tools
(C) CAQE Tools
(D) CARE Tools
SRD stands for?
(A) Software Requirements Definition
(B) Structured Requirements Definition
(C) Software Requirements Diagram
(D) Structured Requirements Diagram
A COCOMO model is?
(A) Common Cost Estimation Model
(B) Constructive Cost Estimation Model
(C) Complete Cost Estimation Model
(D) Comprehensive Cost Estimation Model
The model in which the requirements are implemented by its category is?
(A) Waterfall model
(B) Prototyping
(C) Evolutionary Development Model
(D) Iterative Enhancement Model
Alpha and Beta Testing are forms of?
(A) Acceptance testing
(B) Integration testing
(C) Unit testing
(D) System testing
Which plan describes how the skills and experience of the project team members will be developed?
(A) Manager plan
(B) HR Plan
(C) Team plan
(D) Staff development plan
What can static analysis NOT find?
(A) The use of a variable before it has been defined.
(B) Unreachable (“dead”) code.
(C) Memory leaks.
(D) Array bound violations.