____ are represented in the Timeline with a solid circle inside gray shading.

a. Icons
b. Keyframes
c. Clips
d. Baselines


b. Keyframes

Computer Science & Information Technology

You might also like to view...

What value does function mystery return when called with a value of 4?

int mystery (int number) { if (number <= 1) { return 1; } else { return number * mystery(number – 1); } } a. 0. b. 1. c. 4. d. 24.

Computer Science & Information Technology

Which of the following is not a Java keyword?

a. do b. next c. while d. for

Computer Science & Information Technology

What the user wants to see printed on paper, displayed on the screen, or stored in a file is typically stated as ____ and adjectives in the problem specification.

A. adverbs B. commands C. nouns D. verbs

Computer Science & Information Technology

Which type of content control displays items from which to choose?

A) Drop-Down List B) Option Button C) Check Box D) Plain Text

Computer Science & Information Technology