117k views
23 votes
The SDLC is cyclical in nature, meaning that any of the five stages can be

revisited at any time during a project.


O True
O False

1 Answer

4 votes

Answer:

True.

Step-by-step explanation:

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.

Some of the models used in the software development life cycle (SDLC) are; waterfall model, incremental model, spiral model, agile model, big bang model, and V-shaped model.

The five (5) standard stages of development in software development are;

I. Analysis.

II. Design.

III. Implementation (coding).

IV. Testing.

V. Maintenance.

The SDLC is cyclical in nature, meaning that any of the five stages can be revisited at any time during a project. This is possible because the stages of development are not performed only once but recurring at regular intervals.

User Zzyrk
by
3.4k points