Complete Question:
Even if you skipped all the requirements analysis steps, the two steps guaranteed to be completed in any software development are;
Group of answer choices
A. policy and procedure development
B. use case activity diagram testing
C. method design and coding
D. data conversion and user training
Answer:
C. method design and coding
Explanation:
A software development life cycle (SDLC) can be defined as a strategic process or methodology that defines the key steps or stages for creating and implementing high quality software applications. There are six (6) main stages in the creation of a software and these are;
1. Planning.
2. Analysis.
3. Design.
4. Development (coding).
5. Deployment.
6. Maintenance.
Among the listed stages, there are two (2) most important stages which cannot be ignored in the creation of a software application are.
<em>Hence, even if you skipped all the requirements analysis steps, the two steps guaranteed to be completed in any software development are method design and coding.</em>
I. Method design: this is the third step of the software development life cycle, it comes immediately after the analysis stage. This is the stage where the software developer describes the features, architecture and functions of the proposed solution in accordance with a standard.
II. Coding (development): this is the fourth step in the software development process and it involves the process of creating a source code which would enable the functionality of the software application.