A ________ is a single moment in a timeline. Flash shows these in sequence to create animations.

(a) vector graphic.
(b) keyframe.
(c) symbol.
(d) frame.


(d) frame.

Computer Science & Information Technology

You might also like to view...

Case-Based Critical Thinking Questions Case 5-3Santo has made a Web site to promote his soccer team. He wants to maintain a page where he can list the information about each of the soccer members. For each member, he likes to display a brief list of biographical information on the left and then their picture on the right. How many columns will Santo most likely need in his table?

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

Computer Science & Information Technology

Write an application that displays a solid square com- posed of a character input by the user (Fig. 12.29). The user also should input the size of the side of the square.



a) Copying the template to your working directory. Copy the C:Examples Tutorial12ExercisesDisplaySquare directory to your C:SimplyJava direc- tory.
b) Opening the template file. Open the DisplaySquare.java file in your text editor.
c) Adding a method to your application that displays a square of characters. On line
141, add a comment indicating that the method will display a square in a JTextArea. On line 142, add the method header for this method. The method will be called dis- playSquare. This method contains two parameters–the first, of type int, should be called size, the second, of type String, should be called character. This method does not return a value, but simply performs a task (displaying a square). For such methods, the return type is specified as void. Specify the return type for display- Square as void. On line 143, add a left brace to begin the body of the method. On line 145, add the right brace to end the body of the method. Follow the brace with a comment i

Computer Science & Information Technology

The Columns option on the ________ tab enables you to format a document in columns

A) HOME B) INSERT C) REVIEW D) PAGE LAYOUT

Computer Science & Information Technology

________ text describes a text-based description of an image

Fill in the blank(s) with correct word

Computer Science & Information Technology