Question 1
The correct order of the software development life cycle (SDLC) is:
- Requirements analysis, design, coding, testing, deploy, production support
Question 2
The correct order based on the software development life cycle (SDLC) from earliest to latest would typically be:
- Requirements analysis
- Design
- Coding
- Testing
- Deploy
- Production support
Question 3
The answer to the statement "Testing should only happen after the software has been finished" is:
- False
Testing should occur throughout the development process, not just after the software is finished. This includes unit testing during coding, integration testing after components are combined, and system testing once the completed application is ready.