A ____ effect is when the user rolls the pointer over the button, and the button changes to show what is in the Over frame.

A. stream
B. button
C. waveform
D. rollover

Answer: D

Computer Science & Information Technology

You might also like to view...

What is the value of fabs(-5.0)?

a) 5 b) 5.0 c) -5 d) –5.0

Computer Science & Information Technology

To step through a one-dimensional array, accessing the elements one by one, it would be most appropriate to use ________ loop.

A) an infinite B) a sentinel controlled loop C) a for loop D) a nested loop E) no

Computer Science & Information Technology