Incremental vs Iterative: which is TRUE?
Answer options
A
Incremental adds new modules; Iterative deepens/improves the same product
B
They are identical
C
Both discard prototypes
D
Neither can be combined
Correct answer: Incremental adds new modules; Iterative deepens/improves the same product
Explanation
Quick AnswerThe correct answer is Incremental adds new modules; Iterative deepens/improves the same product because it directly addresses the core logic of Software Engineering.
Incremental = breadth by modules; Iterative = depth over cycles.