A ________ is a visual display of numeric data
A) chart B) template C) series D) legend
A
You might also like to view...
Before a table is saved, the default name for the table is ____.
A. New B. Table C. 1Table D. Table1
What is accomplished by the call to sprintf in the code fragment below?
``` char ans[20]; int num = 40; sprintf(ans, "%d to %d", num, num + 10); ``` a. Nothing, the function name is misspelled. b. It returns as its value the string "40 to 50". c. It displays first the value of ans and then the string "40 to 50" (without the quote marks). d. It aborts because the value of ans is garbage. e. None of the above.
A(n) ____printer like the one in the accompanying figure has a print head that sprays ink onto paper to form characters and graphics.
A. ink-jet B. laser C. toner D. photo
Copy in the Clipboard group sends a duplicate version of the selected table to the Clipboard, leaving the copied table intact
Indicate whether the statement is true or false