When using Word, to select a paragraph, you ________.

A. triple-click in the paragraph
B. press and hold Ctrl and click in the paragraph
C. double-click the paragraph
D. press and hold Shift and press the left arrow


Answer: A

Computer Science & Information Technology

You might also like to view...

The risk associated with a cutover test is:

a. A failure will result in a service interruption b. A failure will result in data loss c. A failure will result in data corruption d. Adverse publicity

Computer Science & Information Technology

What does the following line of code display?

print(10, 20, 30, sep=', ') 
a. 102030 b. 10,20,30 c. 10 20 30 d. 10, 20, 30

Computer Science & Information Technology

Assume int[] t = {1, 2, 3, 4}. What is t.length?

a. 0 b. 3 c. 4 d. 5

Computer Science & Information Technology

DSL is an acronym for ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology