A(n) _______ is the part of a program in which a variable may be accessed.
a. declaration space
b. area of visibility
c. scope
d. mode
Answer: scope
a. declaration space
b. area of visibility
c. scope
d. mode
Answer: scope
a. global variable
b. local variable
c. hidden variable
d. none of the above; you cannot create a variable inside a function
Answer: local variable
a. flowchart
b. function relationship chart
c. symbol chart
d. hierarchy chart
Answer: hierarchy chart
a. top-down design
b. code simplification
c. code refactoring
d. hierarchical subtasking
Answer: top-down design
a. define
b. call
c. import
d. export
Answer: call
a. body
b. introduction
c. initialization
d. header
Answer: header
a. code reuse
b. divide and conquer
c. debugging
d. facilitation of teamwork
Answer: code reuse