When Word flags a possible spelling or grammar error, it also changes the Spelling and Grammar Status icon to a _____.

A. green X
B. green check mark
C. red X
D. red check mark


Answer: C

Computer Science & Information Technology

You might also like to view...

A system that provides monthly production figures for a manager at manufacturing facility is considered a(n) __________.

A. decision support system (DSS) B. management information system (MIS) C. enterprise resource planning (ERP) system D. transaction processing system (TPS)

Computer Science & Information Technology

What variables are local to the Add Numbers function?

```int AddNumbers( int x, int y) { int z; z = x + y; return z; }``` A. x B. y C. x & y D. x, y & z

Computer Science & Information Technology

The Table row in the query grid indicates the table that the fields in the query are from

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following terms refers to coding that conveys meaning to other computer programs such as search engines?

A. Widgeting B. Semantic markup C. Greeking D. PHP

Computer Science & Information Technology