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 ▸

Which of the following are usually found on the Central Processing Unit(CPU) of a personal computer?


What is the difference between data verification and data validation?


Convert -58 into 8bit twos compliment binary


What do 0s and 1s have anything to do with Boolean Logic?