Which of the following data should be entered as a label?

A. telephone number
B. price
C. volume
D. distance


Answer: A

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. You can explicitly use the vector member function resize to increase the capacity of a vector. 2. A vector v will automatically increase the allocated size when more than v.size( ) elements are inserted with v.push_back( newElement). 3. Vector indexing warns about out-of-bounds index values.

Computer Science & Information Technology

A group of related classes is called a(n) __________.

a. archive b. package c. collection d. attachment

Computer Science & Information Technology

The following statement is call a(n) _______.

i++; a. repetition b. condition c. prefix increment d. postfix increment e. illegal operation

Computer Science & Information Technology

A(n) ________ is a graphic representation of data in a worksheet

Fill in the blank(s) with correct word

Computer Science & Information Technology