Multiple choice

'Structured design' produced computer programs that are

  1. easily understood

  2. easily maintained

  3. tested in a bottom up fashion

  4. both (1) and (2)

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Structured design aims to produce programs that are modular, making them both easier to understand and easier to maintain. Therefore, both options (1) and (2) are correct.