COMPILER DESIGN

TOOLS AND TECHNIQUES FOR COMPILER DESIGN

MISCELLENOUS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which one is not the benefit from using modularization?
A
Ease of Understanding
B
Reusable of code
C
Increasing algorithm performance
D
Elimination of redundancy
Explanation: 

Detailed explanation-1: -Which of the following is NOT a benefit of modularizing programs? If you use modules, you can ignore the rules of structure.

Detailed explanation-2: -Code is easier to read. Code is easier to test. Easily find things later. Reusability without bloat. Single source for faster fixes. Easier, lower risk updates. Easier refactoring. Easier to collaborate. 28-Jul-2020

There is 1 question to complete.