← Glossary
マネジメント系 (Management)Tested 1×
ウォーターフォール開発
うぉーたーふぉーるかいはつ · Waterfall development
Also known as: システム設計 / テスト / プログラミング / 要件定義
A software development methodology that divides work into sequential phases: requirements definition, system design, programming, and testing. Its primary advantage is that clearly defined phase boundaries make progress easy to monitor. However, it handles specification changes poorly, and defects from earlier phases discovered late in the process typically require costly rework.
Past questions testing this term · 1 questions
- 2009h21h #38ソフトウェア開発プロセスを“要件定義”,“システム設計”,“プログラミング”,“テスト”の各工程に区切って,この順に進める手法の長所はどれか。