What do you do if the Spelling and Grammar dialog box a) doesn't have the correct spelling of a word in its list of suggestions, and b) didn't flag extra spaces in your text?

What will be an ideal response?


If the correct spelling of the word does not appear in the list of suggestions, you can type the correct spelling in the top section of the dialog box, then click Change. If extra spaces weren't flagged, click the Check grammar check box.

Computer Science & Information Technology

You might also like to view...

Order the following algorithms by their complexity (ascending):

1. Dijkstra’s algorithm 2. Warshall’s algorithm 3. Bellman-Ford algorithm 4. Prim’s algorithm a. 2 == 3 > 1 > 4 b. 2 > 3 > 1 > 4 c. 2 > 1 > 3 > 4 d. 4 > 1 > 3 > 2

Computer Science & Information Technology

Match the following terms with their equivalency:

I. Gigabyte II. Terabyte III. Petabyte IV. Exabyte V. Zettabyte A. 341 digital pictures. B. 42,949,672 Blu-ray discs. C. 239,400 DVDs. D. 281,474,976,710,656 MP3 audio files. E. 40 Blu-ray discs.

Computer Science & Information Technology

Mary is a security risk analyst for an insurance company. She is currently examining a scenario where a hacker might use a SQL injection attack to deface a web server due to a missing patch in the company's web application. In this scenario, what is the risk?

A. Unpatched web application B. Web defacement C. Hacker D. Operating system

Computer Science & Information Technology

The Java security architecture itself has the ability to enforce authentication, or determining who runs the code, and authorization or determining what actions can be performed.

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

Computer Science & Information Technology