Describe what is meant by a modular design and state on advantage of a modular design.

A program which is dividied into self-contained modules which can be further subdivided into smaller modules. They can be written and tested individually.

Advantages are: Can be reused in other programs. Can be shared between different programmers. Reduced development time. Easier to mantain and debug.

ED

Related Computing A Level answers

All answers ▸

How to represent a negative decimal number using 8-bit binary two's complement ?


What is meant by the term spooling? Give an example of when it can be used.


What are the benefits of using thin clients.


What is 55 using 8-bit unsigned binary?