Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 2 - No. 24)
What is 'top-down design' in the context of program development?
Breaking down a problem into smaller sub-problems.
Writing the code directly without planning.
Designing the user interface first.
Testing the program at the end of the development.
Explanation
Top-down design involves breaking down a problem into smaller, manageable parts.
Comments (0)
