COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which one is not the benefit from using modularization?
|
Ease of Understanding
|
|
Reusable of code
|
|
Increasing algorithm performance
|
|
Elimination of redundancy
|
Explanation:
Detailed explanation-1: -Answer: b. If you use modules, you can ignore the rules of structure. All the remaining options are benefits of modularizing.
Detailed explanation-2: -Which of the following is not an Advantage of modularization? Explanation: Program cannot be divided based on functional aspects is not an Advantage of modularization.
Detailed explanation-3: -Modular software design is done by breaking the larger code into smaller sections, think modules, that hold specific functions. Modular design is shown to improve the design process by allowing better re-usability, workload handling, and easier debugging processes.
There is 1 question to complete.