volume_mute

Incremental Development Problems

publish date2026/05/30 13:51:27.296999 UTC

volume_mute

From a management perspective, the incremental approach has two problems. Match each problem with its correct description.

To complete the line match

  1. Click on an item in the first group
  2. Click on the match in the second group

To delete a match, double click on a line

Problem

Process visibility
System structure

Description

Tends to degrade as new increments are added unless time is spent on refactoring
Managers need regular deliverables to measure progress but developing quickly makes documentation costly

Correct Answer

(1) Process visibility,Managers need regular deliverables to measure progress but developing quickly makes documentation costly
(2) System structure,Tends to degrade as new increments are added unless time is spent on refactoring

Explanation

The two management problems with incremental development are: (1) the process is not visible — managers need regular deliverables but producing documents for every version is not cost-effective; and (2) system structure tends to degrade as increments are added, making further changes increasingly difficult and costly.

Reference

Software Engineering, Ian Sommerville, 9th edition


Quizzes you can take where this question appears