Multiple Choice
Why is it that all variables are not declared as global?
A) Local variables, in different modules, are completely dependent on each other.
B) Local variables are restrictive.
C) By using local variables, programmers working on a module do not have to worry about what variable names are used in the main module or any other module.
D) Global variables, in different modules, are completely dependent on each other.
Correct Answer:

Verified
Correct Answer:
Verified
Q17: The flowchart shape for a called module
Q18: Structured programming, the method for creating all
Q19: Modules cannot call other modules.
Q20: When output is meant for a printer,
Q21: Sending the value of a variable or
Q23: Programmers can work on separate modules for
Q24: When output is meant for the screen,
Q25: Parameters and arguments must match in number,
Q26: When you call a module by using
Q27: The following function has _.<br>Function Numeric average()<br>//