Exam-style question
Try this first
Which set contains only activities identified as possible parts of solution design?.
- A.Designing algorithms, planning data structures and designing the user interface
- B.Constructing code, deleting interfaces and avoiding prototypes
- C.Replacing the data model, removing modules and skipping planning
- D.Finishing the program, ignoring users and preventing iteration
Model answer
What a good answer should say
- Designing algorithms, planning data structures and designing the user interface
Explanation
Why this works
The specification identifies planning data structures for the data model, designing algorithms, designing an appropriate modular structure and designing the human user interface as design activities.
Common mistake
No common mistake is linked to this question yet.
