What is waterfall model .. In computer

in Hive Learners3 days ago

Waterfall model:

The waterfall mode is a straightforward approach to software development .
Where each phase of the project must be completed before next one begins..
This model is linear and sequential, meaning that you move through each phase in order without going back to previous phases once they are completed .
The main phases of the waterfall model are .
Requirements: Gather and document what the software needs to do.
Design:
Plan how the software will be built and how it will look...

⚫⚫Implementation.
Write the actual. Code to create the software
⚫⚫Testing:
Check for and fix any problems or bugs in the software
⚫⚫DEPLOYMENT :
Release the software for users to use
⚫⚫Maintaince:
Make updates and fix any issues that come up after the software is in use.