(A) Design
(B) Detailed Design
(C) Coding
(D) All of the mentioned
Category: Software Engineering Mcqs
Software Engineering Mcqs for Screening tests, Interviews, Viva and Other competitive exams. Software Engineering Mcqs section will help users to prepare mcqs of Software Engineering for various exams. Aspirants of Lecturer Computer Science, SST Computer Science, Subject Specialist Computer Science, Data Entry operator, Computer Programmer, Computer Operator, System administrator and all other Exams can prepare their Software Engineering portion from here.
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.