Which of the following is not an advantage of using modules?AProvides a means of reuse of program codeBProvides a means of reducing the size of the programCProvides a means of dividing up tasksDProvides a means of testing individual parts of the program
Question
Which of the following is not an advantage of using modules?AProvides a means of reuse of program codeBProvides a means of reducing the size of the programCProvides a means of dividing up tasksDProvides a means of testing individual parts of the program
Solution
B. Provides a means of reducing the size of the program
This is not an advantage of using modules. While modules help in organizing the code better, they don't necessarily reduce the size of the program. The code is just divided into different modules for better readability and maintainability. The overall size of the program remains the same.
Similar Questions
Which of the following is an advantage of high modularity in software design?Options :Increased complexityDifficult maintenanceEase of debugging and testingLimited reuse of code
What is the purpose of using standard/library modules?Group of answer choicesTo reduce development time and effortTo make code more difficult to readTo increase the number of errors in the codeTo create unnecessary complexity
The abstraction provided by modules and module types has at least three importantbenefits
Which of the property of software modularity is incorrect with respect to benefits software modularity? Select one: Modules Can be separately compiled and stored in a library Modules are mostly dependent Modules are robust Module can use other modules
Which of these are an advantage of using a package compared with using stand-alone procedures and functions?Ability to group related procedures and functions togetherSimplicity of coding structureCapability to hide functionalityAbility to define IN and OUT parameters
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.