As you type in the search box, the search engine displays a menu list of text for the matched sites, known as ____.

A. links
B. keywords
C. hits
D. indices


Answer: C

Computer Science & Information Technology

You might also like to view...

Here is the prototype of a function:

``` void five(double x, double *yp, int *zp); ``` Given these variable declarations, which calls to five are valid? ``` int m, n double p, q ``` a. five(m, &p, &n); b. q = five(6.2, &p, &m); c. five(p, &q, &m); d. five(7.1, &p, &q); e. a and c only f. a, b, c, and d

Computer Science & Information Technology

Match the following Spelling dialog box buttons to their meanings:

I. AutoCorrect II. Change III. Add IV. Change All V. Ignore All VI. Ignore A. Changes the identified word to the word highlighted B. Discontinues flagging any instance of the word anywhere in the table C. Changes every instance of the word in the table to the word highlighted D. Ignores this one occurrence, but continues to flag other instances E. Correct the word automatically if misspelled in the future F Adds the word the custom dictionary that can be edited

Computer Science & Information Technology

A chart sheet:

A) is a label that describes the chart. B) contains a single chart and no spreadsheet data. C) is a miniature chart contained in a single cell. D) enables you to adjust the size of a chart.

Computer Science & Information Technology

Right-clicking a worksheet tab allows the user to ________

A) copy the worksheet only B) move the worksheet only C) copy or move the worksheet D) neither copy or move the worksheet

Computer Science & Information Technology