Which of the following shortcut menu commands, shown in the accompanying figure, creates a navigation menu with different text links?

A. Call Script
B. Set Text
C. Jump Menu
D. none of the above


Answer: C

Computer Science & Information Technology

You might also like to view...

Naming an array, stating its type and specifying the number of dimensions in the array is called ___________ the array.

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

Computer Science & Information Technology

What is the result of the following code? Assume that there is no text in display- JTextArea when this code begins executing.

``` 1 int y; 2 int x = 1; 3 4 do { 5 y = x * x; 6 displayJTextArea.append( y + "\n" ); 7 x += 1; 8 } while ( x <= 10 ); ```

Computer Science & Information Technology

By default, animations are played in the SWF Preview panel in the order they appear in the presentation.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which is the maximum number of partition that most disks can be divided up?

A. 2 B.3 C.4 D.5

Computer Science & Information Technology