Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 10 - No. 33)

What does 'top-down design' typically involve?
Building the program from the smallest components.
Breaking down the program into smaller sub-systems.
Ignoring the modularity of the program.
Testing the entire program at once.

Explanation

Top-down design involves dividing the problem into smaller, more manageable parts.

Comments (0)

Advertisement