Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Software Development Process
- 1. Requirements/Specifications
- * Seek to understand the problem
- * Gather all information
- 2. System Analysis
- * Look at the data flow to identify inputs and outputs
- * Once you know the output, it will be easier to determine the input
- 3. System Design
- * Creating an algorithm
- * Design a strategy
- 4. Implementation
- * Translate your algorithm into code
- 5. Testing
- * Ensure the code works as it is supposed to
- * Weed out the bugs
- 6. Deployment
- * Making it available for use
- 7. Maintenance
- * Updating and improving
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement