Ask Question
15 January, 12:29

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.

+3
Answers (1)
  1. 15 January, 13:08
    0
    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.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “How does modularity provide flexibility in a structured programming design? Modularity enables multiple programmers to work on a program at ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers