Use the ____ command to create a list with more than one level, such as the following list:
1.   Conduct needs assessment
1.1 Collect data1.2 Analyze data
2.   Sequence events

A. bullets
B. indent
C. multilevel list
D. numbering


Answer: C

Computer Science & Information Technology

You might also like to view...

Where is it legal to put a break statement? What does the break do there?

a. A break is placed in a simple (unnested) loop, to terminate the loop. b. A break is placed in an inner block of nested blocks, to transfer control beyond the end of block the break is within. c. A break is placed in a loop in nested loops, to transfer control beyond the end of the innermost loop the break is within. d. A break is placed in a switch statement, to terminate the switch by transferring control beyond the end of the switch. e. A break is placed in a loop where it restarts the loop.

Computer Science & Information Technology

COGNITIVE ASSESSMENT Which of the following identifies three types of RAM in sequence from the slowest to the fastest?

A. SRAM, DRAM, MRAM B. DRAM, SRAM, RDRAM C. MRAM, SRAM, DRAM D. SRAM, MRAM, DRAM

Computer Science & Information Technology

________ are used by advertising companies to keep track of your web activity as you move from one site to the next.

A. First-party cookies B. Sniffers C. Keyloggers D. Third-party cookies

Computer Science & Information Technology

How does a network administrator use the OSI model to isolate a network problem?

What will be an ideal response?

Computer Science & Information Technology