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 ▸

What is the difference between a compiler and an interpreter?


Describe the time complexity for the search operation in a binary search tree.


Compress the following bit pattern using RLE (Run Length Encoding). 1111 0011 1100 0000


Convert 01010001 from binary to decimal