Programming Logic and Design, 8eSolutions 2-3d.modularization10.Every module has all of the followingexcept_____.
Get answer to your question and much more
11.Programmers say that one module can _____ another, meaning that the firstmodule causes the second module to execute.
Get answer to your question and much more
12.The more that a module’s statements contribute to the same job, the greater the_____ of the module.
Get answer to your question and much more
13.In most modern programming languages, a variable or constant that is declaredin a module is _____ in that module.a.globalb.invisiblec.in scoped.undefined
14.Which of the following isnota typical housekeeping task?