While you are comparing two presentations, the ____ task pane appears listing the changes.

A. Compare
B. Revisions
C. Help
D. Review


Answer: B

Computer Science & Information Technology

You might also like to view...

An activity diagram for modeling the actions involved in executing a balance inquiry transaction using the BalanceInquiry object should not include:

a. Receiving the user’s main menu input selecting a balance inquiry transaction. b. Retrieving the user’s balance information from the database of accounts. c. Displaying the user’s balance information on the screen. d. All of the above actions should be modeled in this activity diagram.

Computer Science & Information Technology

To determine whether a character entered is a letter of the alphabet, use the __________ function.

a. isdigit b. fromkeyboard c. alpaok d. isalpha e. None of these

Computer Science & Information Technology

How many times will this loop execute?

``` for ( int i = 1 ; i <= 1 0 ; i++) System.out.println ( i ) ; ```

Computer Science & Information Technology

Three types of hyperlinks link the audience to Internet resources

Indicate whether the statement is true or false

Computer Science & Information Technology