Multiple Choice
The data dictionary is:
A) A list of definitions of words used in the development of the solution.
B) A list of definitions and attributes of the variables used in the solution.
C) A table the computer uses internally to define the memory location of the variables.
D) A table of values to test the solution of the problem.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: The sequential logic structure:<br>A)Processes instructions in order
Q2: Call-by-reference parameters pass values:<br>A)By passing the value
Q4: A solution is just as easy to
Q5: A coupling diagram shows:<br>A)How the data is
Q6: Calculations may be found:<br>A)In any module.<br>B)Only in
Q7: The loop logic structure:<br>A)Processes instructions in order
Q8: The values of local variables:<br>A)Are defined within
Q9: The variable names in the formal and
Q10: The use of modules many times eliminates
Q11: Modules are not necessary to use when