To correct an error that has been identified with a wavy underline, ____ the flagged word or phrase to open a shortcut menu with a list of suggestions to replace the possible error.

A. right-click
B. left-click
C. double-click
D. highlight


Answer: A

Computer Science & Information Technology

You might also like to view...

Analyze the following code.

``` #include using namespace std; class B { public: B() { }; int k; }; int main() { B b; cout << b.k << endl; return 0; } ``` a. The program displays 0. b. The program displays 1. c. The program displays unpredictable number. d. The program has a compile error because b.k cannot be accessed. e. The program has a runtime error because b.k does not have a value.

Computer Science & Information Technology

In the accompanying figure, item 1 indicates the ____.

A. layer effects icon B. layer style icon C. layer attributes D. image attributes

Computer Science & Information Technology

____ consistency refers to the accuracy and reliability of data within a database.

A. Store B. Backup C. Object D. Read

Computer Science & Information Technology

Which of the following is NOT an Office theme?

A) Office B) Integral C) Frame D) Helvetica

Computer Science & Information Technology