________ are sets of three, four, or five small graphic images that make your data visually easier to interpret

A) Images B) Symbols C) Logos D) Icon sets


D

Computer Science & Information Technology

You might also like to view...

Correct statements of similarities and differences between calling user defined functions and library functions are:

a) Similarity: A call to either requires the function name followed by parenthesized comma separated list of arguments that match the prototype in number and type. b) Difference: Library functions require inclusion of header files for declarations but user defined functions do not require any declaration before use. c) Similarity: Either library or user defined functions may be value returning or void functions. d) Difference: Library functions all provide a return value, user functions must be void functions. e) Difference Library function declarations (sometimes definitions) come from #include

statements. User functions require either explicit prototypes prior to use or a #include “user_header.h” for the prototypes

Computer Science & Information Technology

Which of the following is not a term for an element in a binary tree.

a) son b) sibling c) ancestor d) parent

Computer Science & Information Technology

What type of computer scientist studies how to make a computer think?

What will be an ideal response?

Computer Science & Information Technology

Which of the following refers to the use of fraudulent Web sites and e-mail links to trick people into revealing sensitive, personal, and financial information?

A. hacking B. phishing C. scamming D. tricking

Computer Science & Information Technology