volume_mute
Four Fundamental Process Activities
publish date: 2026/06/02 10:22:11.612359 UTC
volume_mutePlease drag and drop the options to sort them
Every software process must include four fundamental activities. Sort them into the order of dependency.
Software validation
Software design and implementation
Software evolution
Software specification
Correct Answer
(1) Software specification
(2) Software design and implementation
(3) Software validation
(4) Software evolution
Explanation
The four fundamental activities are: 1. Software specification — defining what the system should do; 2. Software design and implementation — producing the executable system; 3. Software validation — checking the system does what the customer wants; 4. Software evolution — changing the system in response to customer needs.
Reference
Software Engineering, Ian Sommerville, 9th edition
