Software Development > Structure And Unstructured Programming > Flashcards
Structured programming
Makes use of control structures (sequence, selection,repetition)
Do not use Go To Commands.
Advantages of structured programming
Easy to write
Easy to change
Easy to debug
Easy to understand