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
Subroutines make use of return values so the use of global variables is reduced.
A structured program will execute more quickly.
Subroutines are easier to test because they perform a single task.
Meaningful identifiers for subroutines help to make the program code readable.
It is quicker because many subroutines can be worked on at the same time.
Consider the benefits of breaking a larger program down into smaller parts.
Need a hint?
Check