To check the spelling in a worksheet, click the Review tab on the Ribbon, and then, in the ____ group, click the Spelling button.

A. Editing
B. Proofing
C. Checking
D. Searching

Answer: B

Computer Science & Information Technology

You might also like to view...

What command would you use to set up a listener on a system?

a. Nc –d b. Nc –l –p c. Nc -e d. Nc –z

Computer Science & Information Technology

Given the following pseudocode, in what order will the modules be called?

``` Start Process B000 DOWHILE not EOF Process B010 Process B000 ENDDO Process B020 Process B030 Stop B000 Enter IF condition THEN Process C000 (ELSE) ENDIF Process C010 Return ``` a) B000, C000, C010, B010, B000, B020, B030 b) B000, C000, C010, B010, B000, C000, C010, B020, B030 c) B000, B010, B020, B030, C000, C010 d) cannot be determined

Computer Science & Information Technology