Which stage of the SDLC involves evaluating the system to ensure it meets user needs and making necessary adjustments?
Which stage of the SDLC involves evaluating the system to ensure it meets user needs and making necessary adjustments?
Explanation
Review stage tests whether the system works as intended. Developers check if it meets user requirements and fix problems. This quality check happens before final release.
Implementation installs the system for actual use. Design creates the blueprint. Analysis figures out what the system should do.
Review catches bugs and usability issues early. Fixing problems now prevents costly mistakes after deployment.