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

1. A Polyline draws a series of connected lines defined by a set of points and connects the last point to the first point
2. PathElement subclass MoveTo moves to a specific position without drawing anything.
3. For video, JavaFX supports MPEG-4 (also called MP4) and Flash Video formats.
4. Playing multiple videos requires a separate MediaPlayer for each Media object.
5. Transition animations change a Node’s property values from one value to another in a specified amount of time. Only one property of a Node can be animated.


1. False. A Polygon draws a series of connected lines defined by a set of points and con- nects the last point to the first point.
2. True
3.True.
4. True.
5. False. Most properties of a Node can be animated.

Computer Science & Information Technology

You might also like to view...

If you use the shifting method with a factor of 2.0 or 3.0, you'll get the sound repeated or even triplicated. Why? Because in changeFreq2 you wrap back to the front to ¯ll the rest of the sound. Can you fix it? Yes, you can change changeFreq2 to return a new sound of the correct length, instead.

What will be an ideal response?

Computer Science & Information Technology

The Apply Filter button is a toggle button

Indicate whether the statement is true or false

Computer Science & Information Technology

An artistic effect is a filter for adding a special effect to an image

Indicate whether the statement is true or false

Computer Science & Information Technology

The verbs compare, differentiate,analyze, classify, distinguish, categorize, and prioritize are used at the ________ level of Bloom's Taxonomy

a. Comprehension b. Application c. Analysis d. Syntheses

Computer Science & Information Technology