A(n)____ is an image that, when the mouse passes or rolls over it, will change to another image.

a. image map
b. rollover image
c. hotspot
d. hyperlink


b. rollover image

Computer Science & Information Technology

You might also like to view...

Which one of the following statements stores the value 25 in the element located at the first row and second column of the table array?

Look at the following code sample: ``` const int ROWS = 8; const int COLS = 2; int[,] table = new int[ROWS, COLS]; ``` a. table[1, 2] = 25; b. table[0, 1] = 25; c. table[2, 1] = 25; d. table[1, 0] = 25;

Computer Science & Information Technology

? Referring to the figure above, a table row consists of a ____ series of cells.

A. vertical B. horizontal C. Both A and B. D. Neither A nor B.

Computer Science & Information Technology

Surprisingly, a significant percentage of attacks against a network fall into the category of _______________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Although the terms frame and packet are sometimes used interchangeably, use the OSI model to explain the differences between these two terms.

What will be an ideal response?

Computer Science & Information Technology