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
7.3k points

2 Answers

5 votes

Answer:

C

Step-by-step explanation:

I know things

User Pyfex
by
8.5k 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
8.1k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.