What are the advantages of using structure diagrams?
Coding is easier- only writing code to carry out simple tasks
Lots of programmers can work on one program- as each module can be written independently
Easier to test structured programs- each module tested independently
Individual sub programs and modules can be fixed and updated without affecting the rest of the program
Able to reuse subprograms and modules for any future programs