volume_mute
RUP Four Phases
publish date: 2026/06/02 10:22:16.339509 UTC
volume_muteThe diagram below shows the four phases of the RUP.
Match each phase to its primary goal and output on completion.
To complete the line match
- Click on an item in the first group
- Click on the match in the second group
To delete a match, double click on a line
Phase
Inception
Elaboration
Construction
Transition
Goal/Output
Establish a business case; output: go/no-go decision — project may be cancelled if contribution is minor
Understand problem domain, establish architecture; output: requirements model, architectural description, development plan
System design, programming, and testing; output: working software system ready for delivery
Move system to user community; output: documented software system working in its operational environment
Correct Answer
(1) Inception,Establish a business case; output: go/no-go decision — project may be cancelled if contribution is minor
(2) Elaboration,Understand problem domain, establish architecture; output: requirements model, architectural description, development plan
(3) Construction,System design, programming, and testing; output: working software system ready for delivery
(4) Transition,Move system to user community; output: documented software system working in its operational environment
Explanation
Inception: establish a business case; project may be cancelled if contribution is minor. Elaboration: understand problem domain, establish architecture; outputs include UML use cases, architectural description, development plan. Construction: design, code, test; outputs a working deliverable system. Transition: move system to users; outputs a documented system working in its operational environment.
Reference
Software Engineering, Ian Sommerville, 9th edition
