67.5k views
3 votes
How does the use of modules provide flexibility in a structured programming design?

O Modules enable multiple programmers to work on a program at the same time
O Modules enable a linear approach to software development
Modules ensure the reuse of code variables.
Modules ensure that a program will be completed on time.

User Falico
by
3.2k points

2 Answers

5 votes

Answer:

C

Step-by-step explanation:

I know things

User Pyfex
by
3.1k points
4 votes

How does modules provide flexibility in a structured programming design?

Answer:

Third option is correct

Modules ensures the reuse of code variables.

Step-by-step explanation:

Module is a combination of code that is used for a specific task i.e. sum, multiplexer and many others task which need to be performed more than once in a structure. So modules are helpful in structure programming to reuse that code again and again.

User Kinin Roza
by
3.9k points