To add a visual hierarchical structure to a list of items, use a ________ list

A) bulleted
B) multibulleted
C) multilevel
D) numbered


C

Computer Science & Information Technology

You might also like to view...

A contigous segment of an array is given by specifying two subscripts, lower and upper. Which of the following expressions gives the subscript of the array element that is three quarters of the way from lower to upper?

A) lower + 3 * upper /4 B) lower /3 + upper C) (upper — lower) * 3 /4 D) lower + (upper — lower) * 3 / 4

Computer Science & Information Technology

Which of the following is the most accurate and complete definition of the cloud?

A. Computing resources available to anyone B. A bubble on a network diagram C. Easily accessible data storage D. Elastic leasing of pooled computer resources over the Internet E. Computers somewhere out there

Computer Science & Information Technology

Given that s = 5, t = 2, p = 5, and q = 6 what will be the value of m in the following equation? (Note: assume that all variables are declared as integers.) double m = s / t + q / p;

A. 3.3333333 B. 2.0 C. 0.7 D. 3.0

Computer Science & Information Technology

Neighbor Discovery makes abundant use of messages.

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

Computer Science & Information Technology