An image map contains one or more invisible regions, called ____, which are hyperlinked.

a. slices
b. indices
c. hot spots
d. filters


c. hot spots

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. Every Java thread has a thread priority that helps determine the order in which threads are scheduled. b. Each new thread inherits the priority of the thread that created it. c. Informally, higher-priority threads are more important to a program and should be allocated processor time before lower-priority threads. d. Thread priorities guarantee the order in which threads execute.

Computer Science & Information Technology

The ________ view in Access looks similar to an Excel spreadsheet

A) Report B) Form C) Datasheet D) Design

Computer Science & Information Technology

Draw a flowchart for the program fragments (no need to show start and stop)

``` LET sum = 0 LET count = 0 LET item = 0 DO UNTIL item = 9999 INPUT item IF item < 9999 THEN LET sum = sum + item LET count = count + 1 END IF LOOP LET average sum / count OUTPUT average ```

Computer Science & Information Technology

Which of the following is not a common keystroke used to start the BIOS setup program at startup?

a. F1 key b. F2 key c. Shift+9 key d. Delete key

Computer Science & Information Technology