The Comments group is on the ________

A) Design tab B) Review tab C) Home tab D) View tab


B

Computer Science & Information Technology

You might also like to view...

A file created by Microsoft Word is usually called a ____.

A. document B. spreadsheet C. slide show D. presentation

Computer Science & Information Technology

What will be output after the following Java statements have been executed (assume all variables are of type int)? a = 4; b = 12; c = 37; d = 51;

``` if (a < b) { System.out.println("a < b"); } if (a > b) { System.out.println("a > b"); } if (d <= c) { System.out.println("d <= c"); } if (c != d) { System.out.println("c != d"); } ``` a. a < b c != d b. a < b d <= c c != d c. a > b c != d d. a < b c < d a != b

Computer Science & Information Technology

When comparing and combining documents, it is good practice to combine the changes into a new document, and leave the original documents unchanged

Indicate whether the statement is true or false

Computer Science & Information Technology

________ are a common way for Web site visitors to communicate with the Web site's owner

Fill in the blank(s) with correct word

Computer Science & Information Technology