What is Software Development Life Cycle ?

What is Software Development Life Cycle ?

·

1 min read

Getting into Programming/Coding as beginner you probably don't care about this term but you'll hear developers use it a lot.

Let have a quick look at what it is about so could get yourself familiar with computer science terms and also you don't look "dumb" when you're among fellow developers and it's been used .

Software Development Life Cycle / System Development Life Cycle.

Programmers usually follow the System Development Life Cycle when developing programs. Tools such as flow chart are used to help plan how a program will operate.

System Development Life Cycle is an organizational process for developing and maintaining system. It is the combination of various activities requires in developing a system.

A system can either be In terms of Hardware or Software or both.

A system is the collection of component working together to achieve some objective.

It involves a series of steps to be undertaken in order to develop a system. The steps are as follows:

  1. System Planning

  2. System Analysis

  3. System Design

  4. System Implementation

  5. Testing and Integration.

A Software Development Life Cycle is a series of steps, that provides frameworks for developing software and managing it through it entire lifecycle.