SDLC
SDLC stand for Software Development Life Cycle. SDLC have 7 phases called Planning, Analysis, Design, Implementation, Testing, Deployment, Maintanance.
Planning
In the planning phase the goal is to understand the problem that needs to be solved and define the goal of the project.
Analysis
In the Analysis phase the goal is to take the plan from the previous phase and figure out the technical actions and requirments that has to be made to achive the goal.
Design
In the Design phase the goal is to define how to build the soultuion.
Implementation
In the implementation phase the soultuin is actually be coded and made.
Testing
In the testing phase the program is being tested to se if it works or if there are any bugs.
Deployment
In the Depllyment phase the soultion is actually being implemted.
Maintanance
In maintance phase the soultion is being monitored and if there are any bugs then they will be fixed.
Summary
The SDLC is a useful framework for an organization to use if they need to make a program to slove a problem. The diffrent phases gives a structured aproach to create a program.