A(n) ________ determines how data and labels are arranged in a form or report
A) prototype B) template C) layout D) map
C
Computer Science & Information Technology
You might also like to view...
You should use cell references in formulas instead of constant values so
A) you can change the input values without changing the formulas. B) you can easily include letters, numbers, and spaces. C) it is easier to debug the errors. D) you can control the sequence in which Excel performs arithmetic operations.
Computer Science & Information Technology
The output of the statement:cout << tolower('$') << endl; is ____.
A. '$' B. '0' C. '1' D. An error, because you cannot use tolower with '$'.
Computer Science & Information Technology