The ____ behavior creates a list box with a menu that contains hyperlinks.

A. Popup Message
B. Go To URL
C. Jump Menu/Go
D. Set Hyperlink

Answer: C

Computer Science & Information Technology

You might also like to view...

Verimed is a personal identification chip that some nursing homes are experimenting with to track ________ patients if they wander off

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following will format 12.78 to display as 12.8%?

a. System.out.printf("%2.1d%", 12.78); b. System.out.printf("%.2f%%", 12.78); c. System.out.printf("%1.2d%", 12.78); d. System.out.printf("%.1f%%", 12.78);

Computer Science & Information Technology