Computer systems and sub-programs Flashcards
1
Q
Top-down design
A
Where an overall task is broken down.
2
Q
Decomposition
A
Breaking down a large task into smaller tasks.
3
Q
Structure diagram
A
Shows tasks that have been broken down and how they relate to each other.
4
Q
Module
A
An individual section of code that can be used by other programs.
5
Q
Advantages of top-down
A
- different designers can work on modules individually
- each module is a shorter program they are easier to write, test and debug
- designed modules can be given to different programmers.