10. Problem: What are the main stages of the Software Development Life Cycle?
Solution:
The main stages are:
-
Requirements Analysis: Define what the system needs.
-
Design: Create architecture and technical specifications.
-
Implementation: Code the software.
-
Testing: Detect and fix bugs.
-
Deployment: Release for end users.
-
Maintenance: Updates, bug fixes, improvements.
Comments
Post a Comment