By default, Word automatically creates a hyperlink to which of the following?

A. The words Your Name
B. The name of a website
C. An e-mail address
D. The name of a company with a web page


Answer: C

Computer Science & Information Technology

You might also like to view...

How many times will the following function call itself if 5 is passed as the argument?

``` void showMessage(int n) { if (n > 0) { cout << "Good day!" << endl; showMessage(n - 1); } } ``` a. 1 b. 4 c. 5 d. An infinite number of times

Computer Science & Information Technology

When you append records, the fields and data types from the source table must match the destination table

Indicate whether the statement is true or false

Computer Science & Information Technology

The two sections displayed in the Revisions Details pane are ________

A) Review and Compare B) Slide changes and Presentation changes C) Merge and End Review D) Compare and End Review

Computer Science & Information Technology

Describe a situation in which it would be beneficial to convert an existing list of tabbed text into a table.

What will be an ideal response?

Computer Science & Information Technology