You have turned-in this assignment. You can review the lesson and see your previous answers.
Exit Quiz
Question 1 of 4
1
of 4
The structured approach to programming provides many benefits. From the list below select the statements that specify a benefit of using the structured approach.
Select 4 answers
Subprograms make use of return values so the use of global variables is reduced.
A structured program will execute more quickly.
Subprograms are easier to test because they perform a single task.
Meaningful identifiers for subprograms help to make the program code readable.
It is quicker because many subprograms can be worked on at the same time.
Need a hint?
Check