One way to add a correctly spelled word to the custom dictionary is to click the ____ button in the Spelling and Grammar dialog box.

A. Add to Dictionary
B. New Entry
C. Add to Custom
D. Custom Entry


Answer: A

Computer Science & Information Technology

You might also like to view...

Instance methods that merely get and return the values of an object's instance variables are called ____ methods.

A. passive B. tester C. temp D. accessor

Computer Science & Information Technology

What standard embodies the reference framework of older best-practice models, and combines it with the CMM's capability assessment and process maturity features?

A. ISO 9000 B. ISO 14548 C. IEEE 15504 D. ISO 15504

Computer Science & Information Technology

What is wrong with this code?

```class Square { private: int side = 4; public: Square() {side = 4;} void SetSide(int s) {side = s;} };``` A. Nothing is wrong with the code. B. side can’t be initialized in the set. C. side can’t be initialized in the private section. D. no need to initialize in the constructor because it is initialized in the private section.

Computer Science & Information Technology

The _____ Catalog lists all available macro actions organized by category.

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

Computer Science & Information Technology