Using ________ allows you to indicate an animation should begin either on the click of the mouse, at the same time as the previous animation, or after the previous animation has finished

A) animation painter
B) timing options
C) animation player
D) effect options


B

Computer Science & Information Technology

You might also like to view...

Which one of the following Button control names is not a legal C# identifier?

a. calculate Total Button b. print Sales Report Button c. clear_customer_names_button d. 1st Player Start Button

Computer Science & Information Technology

Match the following field types with their explanation

I. Binary A. Used for long text or combinations of text and numbers II. Integer B. Used for values included in calculations III. Memo C. Used for any type of data IV. Number D. Default field type used for text and numbers up to 255 characters V. Text E. Used for whole numbers

Computer Science & Information Technology

A(n) ________ will display in the upper right corner of a cell if a comment has been inserted in that cell

A) small blue triangle B) green exclamation point C) small red triangle D) orange asterisk

Computer Science & Information Technology

Strings may be declared as character arrays or as pointers to characters.

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

Computer Science & Information Technology