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 ▸

Why are certain fields chosen to be the primary key in a database?


What is the difference between a compiler and an interpreter?


How would 12 be represented in binary?


Describe the diference between an object and a class