When ____ is selected in the Word Options dialog box, the options available affect the spelling and grammar checker.

A. Proofing
B. Editing
C. Spelling and Grammar checking
D. Words


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. Stream method map maps each element to a new value and produces a new stream with the same number of elements as the original stream. b. A reference is a shorthand notation for a lambda expression. c. ClassName::instanceMethodName represents a method reference for an instance method of a class. Creates a one-parameter lambda that invokes the instance method on the lambda’s argument and returns the method’s result. d. ClassName::new represents a constructor reference. Creates a lambda that invokes the no-argument constructor of the specified class to create and initialize a new object of that class.

Computer Science & Information Technology

A property that you create and add to a file that will help to find and organize your files is a(n)________

Fill in the blank(s) with correct word

Computer Science & Information Technology

The ____ method is probably the most popular method for finding the root of a function.

a. secant b. bisection c. interpolation d. interval

Computer Science & Information Technology

When a socket is in ____________________ mode, the program accepts a packet if one is available but will not stop and wait for a new packet to arrive.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology