To sort data using the shortcut method, ____ a cell value on which you want to sort, point to Sort, then click the appropriate option.

A. click
B. right-click
C. double-click
D. point to


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following is not a valid function call?

a. ``` var num = parseFloat(num)); ``` b. ``` document.write(parseFloat(64.82)); ``` c. ``` alert("You entered " + parseFloat(num)); ``` d. ``` var num = 2.6; parseFloat(num) = num; ```

Computer Science & Information Technology

The general expression (*pointer).member can always be replaced with the notation ____.

A. *(pointer.member) B. *(pointer->member) C. pointer->member D. member->pointer

Computer Science & Information Technology

The suggested range in the Format as Table dialog box is based on the location of the active cell and the layout of the column and row ________

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

Computer Science & Information Technology

When you have finished using your computer, you should leave it on to expedite its starting up the next time you will use it.?

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

Computer Science & Information Technology