Which chart type is used to display trends over time? Choose one answer.
a. Line
b. Area
c. None of the others
d. Column
a. Line
You might also like to view...
Which of the following statements is false?
a. Each function should perform a single, well-defined task. b. The following code calls function square twice. We’ve replaced each of the output values with ???. The first call produces the int value 49 and the second call produces the int value 6: In [1]: def square(number): ...: """Calculate the square of number.""" ...: return number ** 2 ...: In [2]: square(7) Out[2]: ??? In [3]: square(2.5) Out[3]: ??? c. The statements defining a function are written only once, but may be called “to do their job” from many points in a program and as often as you like. d. Calling square with a non-numeric argument like 'hello' causes a TypeError because the exponentiation operator (**) works only with numeric values.
Elements which have absolute position are automatically ________ the text flow.
a) removed from b) set by c) controlled by d) shared with
A condition where the data in one field does not have a corresponding value in a related table is called ________ data
A) logical B) expressed C) calculated D) unmatched
How many characters can an Excel password have?
A) 255 B) 48 C) 12 D) 156