what are the advantages of modular proramming techniques



what are the advantages of modular proramming techniques..

Answer / Vardan Rastogi

Modular programming offers several benefits:

1. Reusability: Modules can be used multiple times within a program, making it more efficient and reducing redundant code.
2. Easier Debugging and Maintenance: Each module focuses on a specific task, making it easier to identify and fix issues when they arise.
3. Code Organization: Modules help organize the code structure, making it more readable, understandable, and manageable for other developers.
4. Reduced Errors: By minimizing the complexity of each module, the likelihood of errors is reduced compared to writing a large monolithic program.
5. Better Performance: Modular programs can be compiled separately, allowing for efficient use of resources such as memory and processing power.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More 86 Family Interview Questions

Explain RC circuit?s charging and discharging?

5 Answers   Epsilon,


Give an example of one address microprocessor?

1 Answers  


What is special purpose registers in 8086?

1 Answers  


How many i/o ports can 8085 access?

1 Answers  


Which is the tool used to connect the user and the computer?

1 Answers  


What does quality factor mean?

1 Answers  


What are the different types of instructions of 8085?

1 Answers  


What is PSW?

11 Answers   DRDO,


Explain an interrupt?

1 Answers  


What are the flags used in 8086?

1 Answers  


What is the purpose of data moving instructions? Name any two such instructions?

1 Answers  


what is logical address?

1 Answers  


Categories