When Word or PowerPoint detects a possible misspelling, you can click the ________ icon in the lower left corner of the screen to open the Spelling pane
Fill in the blank(s) with correct word
Proofing
Computer Science & Information Technology
You might also like to view...
The following is the pseudocode for which type of algorithm?
``` For start = each array subscript, from the first to the next-to-last minIndex = start minValue = array[start] For index = start + 1 To size - 1 If array[index] < minValue minValue = array[index] minIndex = index End If End For swap array[minIndex] with array[start] End For ``` a. bubble sort b. binary sort c. bubble search d. selection sort e. None of these
Computer Science & Information Technology
A(n) ____printer like the one in the accompanying figure has a print head that sprays ink onto paper to form characters and graphics.
A. ink-jet B. laser C. toner D. photo
Computer Science & Information Technology