206k views
1 vote
How does modularity provide flexibility in a structured programming design?

Modularity enables multiple programmers to work on a program at the same time
Modularity enables a linear approach to software development
Modularity ensures the reuse of code variables.
Modularity ensures that a program will be completed on time.

User Szeiger
by
8.2k points

2 Answers

3 votes

Answer:

A

Step-by-step explanation:

Got it right on Edge 2021

User Chakreshwar Sharma
by
7.1k points
3 votes

Modular programming is the process of subdividing a computer program into separate sub-programs. Modularity provides flexibility in a structured programming design the following way: Modularity enables multiple programmers to work on a program at the same time. Correct answer: A

It provides developers flexibility in module maintenance.This makes the program easier to read and understand.

User Finlay McWalter
by
8.3k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.