INTRODUCTION TO SOFTWARE ENGINEERING
SOFTWARE DEVELOPMENT LIFE CYCLE
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
At what stage of the SDLC do you decide what programs are needed?
|
Analysis
|
|
Design
|
|
Code Development
|
|
Testing
|
|
Deployment/Implementation
|
Explanation:
Detailed explanation-1: -The Design Phase is an essential phase of the Software Development Life Cycle. The list of requirements that you develop in the definition phase is used to make design choices.
Detailed explanation-2: -Design. “How will we get what we want?” This phase of the SDLC starts by turning the software specifications into a design plan called the Design Specification. All stakeholders then review this plan and offer feedback and suggestions.
Detailed explanation-3: -After the requirements and design activity is completed, the next phase of the SDLC is the implementation or development of the software. In this phase, developers start coding according to the requirements and the design discussed in previous phases.
There is 1 question to complete.