Question:

The second phase of a waterfall model is

Show Hint

Remember the Waterfall Model as a strict, linear sequence. Each phase must be fully completed before the next phase begins. There is no going back to a previous phase.
Updated On: Jul 2, 2026
  • Requirement gathering
  • Design
  • Implementation
  • Verification
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

The Waterfall Model is a sequential software development process in which progress flows steadily downwards (like a waterfall) through a series of distinct phases.
The standard phases of the Waterfall Model, in order, are:
1. Requirement Gathering and Analysis: Understanding and documenting what is needed. 2. System Design: Defining the architecture, components, modules, interfaces, and data for the system. 3. Implementation (Coding): Writing the actual source code. 4. Testing (Verification): Finding and fixing defects in the code. 5. Deployment: Releasing the software to the users. 6. Maintenance: Making modifications to the software after its release.
Therefore, the second phase of the waterfall model is Design.
Was this answer helpful?
0
0