The _____ feature works behind the scenes, fixing common typing or spelling mistakes when you complete a text entry.

A. AutoComplete
B. AutoCorrect
C. AutoFormat
D. AutoTyping


Answer: B

Computer Science & Information Technology

You might also like to view...

Consider the following Structure definition and declaration. Which assignment statement would correctly record that player number 13 had three home runs so far this season?

``` Structure playerType Dim fullname As String Dim team As String Dim position As String Dim homerun As Double Dim average As Double Dim rbi As Double End Structure Dim player(45) As playerType ``` (A) ``` player(13) = 3 ``` (B) ``` player(13).homerun(3) ``` (C) ``` playerType(13).homerun = 3 ``` (D) ``` player(13).homerun = 3 ``` (E) None of the above

Computer Science & Information Technology

The Group button is found in the Arrange group on the Picture Tools ________ tab

Fill in the blank(s) with correct word

Computer Science & Information Technology

Numbers that do not have a decimal point should have a(n) ________ alignment

Fill in the blank(s) with correct word

Computer Science & Information Technology

Does entering Dim intValue = 1 provide an error in Visual Basic 2010? Explain why or why not, and the significance of this.

What will be an ideal response?

Computer Science & Information Technology