Structure And Unstructured Programming Flashcards

1
Q

Structured programming

A

Makes use of control structures (sequence, selection,repetition)

Do not use Go To Commands.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Advantages of structured programming

A

Easy to write
Easy to change
Easy to debug
Easy to understand

How well did you know this?
1
Not at all
2
3
4
5
Perfectly