A ________ is a column, bar, pie slice, or other chart symbol that represents a single data point

A) numeric artifact B) datum C) context source D) data marker

D

Computer Science & Information Technology

You might also like to view...

The bitwise operators can be used to manipulate the bits of variables of type __________.

a) float b) double c) long d) long double

Computer Science & Information Technology

Which operator sets the bits in the result to 1 if at exactly one of the corresponding bits in the two operands is 1?

a) bitwise AND b) bitwise inclusive OR c) bitwise exclusive OR d) bitwise complement

Computer Science & Information Technology