The __________ approach of system development is not suitable for…
2024
The __________ approach of system development is not suitable for accommodating changes as it follows all sequential steps.
- A.
Agile
- B.
Prototyping
- C.
Waterfall
- D.
Rapid Application Development (RAD)
- E.
Question not attempted
Attempted by 219 students.
Show answer & explanation
Correct answer: C
Why it's not suitable for changes: You cannot move to the next phase until the current one is finished, and going back to change requirements once you are in the coding or testing phase is extremely difficult and costly. It assumes everything is known upfront.