What is stepwise refinement in top down programming?

This is the process of breaking down a problem into sections which become progressively smaller until each module can be written as a singular function. Each module can be tested separately or form part of a library routine. This makes the code reusable throughout the program or similar programs.

ZN

Related Computing GCSE answers

All answers ▸

Explain some advantages and disadvantages of having your computer connected to a network


Outline three differences between RAM and ROM


Perform AND, OR & XOR operations on 0001 1111 & 1010 1010


What is Big Data