To correct a potential spelling, grammatical, or word usage error in a document, you ________ the underlined error and make a selection from the resulting menu

A) double-click
B) click
C) right-click
D) triple-click


C

Computer Science & Information Technology

You might also like to view...

Fractals that yield an exact copy of the original when a portion of the original image is magnified are called fractals.

a. strictly self-similar. b. Koch Curve. c. similar. d. mirror.

Computer Science & Information Technology

Which command line lists the currently mounted NFS directory hierarchies?

What will be an ideal response?

Computer Science & Information Technology

Complete a recursive definition of the following method:

/** Precondition: n >= 0. Returns 10 to the power n. */ public static int computeTenToThe(int n) Use the following facts about xn: xn = (xn/2)2 when n is even and positive xn = x (x(n - 1)/2)2 when n is odd and positive x0 = 1

Computer Science & Information Technology

The Mini Translator button stays active until you toggle it off

Indicate whether the statement is true or false

Computer Science & Information Technology