Exam 13: Java-Fx: Graphics, Effects, and Media
Exam 1: Introduction to Computers and Java40 Questions
Exam 2: Java Fundamentals40 Questions
Exam 3: A First Look at Classes and Objects40 Questions
Exam 4: Decision Structures42 Questions
Exam 5: Loops and Files40 Questions
Exam 6: A Second Look at Classes and Objects40 Questions
Exam 7: Arrays and the Arraylist Class40 Questions
Exam 8: Text Processing and Wrapper Classes40 Questions
Exam 9: Inheritance40 Questions
Exam 10: Exceptions and Advanced File Io40 Questions
Exam 11: Java-Fx: Gui Programming and Basic Controls40 Questions
Exam 12: Java-Fx: Advanced Controls40 Questions
Exam 13: Java-Fx: Graphics, Effects, and Media40 Questions
Exam 14: Recursion24 Questions
Exam 15: Databases40 Questions
Select questions type
Select all that apply. Which of the following are subclasses of the Animation class and the Transition class?
Free
(Multiple Choice)
4.7/5
(43)
Correct Answer:
A, D
Select all that apply. Which of the following are key events?
Free
(Multiple Choice)
4.8/5
(30)
Correct Answer:
B, C, D
Which class is used to move a node from one position on the screen to another?
Free
(Multiple Choice)
5.0/5
(41)
Correct Answer:
D
Which mouse event occurs when the user presses and releases the mouse button?
(Multiple Choice)
4.8/5
(35)
Which of the following statements draws the string "Love to animate!" starting at coordinates (200, 50)?
(Multiple Choice)
4.8/5
(39)
Which transition class causes a node to become larger or smaller?
(Multiple Choice)
5.0/5
(42)
Which effect class do you use to increase an image's brightness?
(Multiple Choice)
4.9/5
(34)
Which of the following code snippets creates a Line and uses a RotateTransition object to animate it for seven seconds?
(Multiple Choice)
4.8/5
(42)
Given a window that is 640 (width) by 480 (height), which of the following represents the lowest position on the left side?
(Multiple Choice)
4.8/5
(30)
To create a circle, you need to specify only the X and Y coordinates of the center point.
(True/False)
4.8/5
(43)
What does the following code snippet do? Circle myCircle = new Circle(50, 50, 25);
TranslateTransition rtrans =
New TranslateTransition(new Duration(5000), myCircle);
(Multiple Choice)
4.8/5
(32)
Select all that apply. Which of the following classes are used to play videos?
(Multiple Choice)
4.8/5
(42)
All the transition classes inherit a method named __________ which allows you to specify how the animation begins and ends.
(Multiple Choice)
4.9/5
(45)
Select all that apply. Which of the following are transition classes?
(Multiple Choice)
4.7/5
(38)
The following statement will draw the string "Welcome!" starting at the top left corner of the screen.
Text welcomeText = new Text(0, 0, "Welcome!");
(True/False)
4.8/5
(35)
A polygon, created by the Polygon class is, by default, filled with the color black.
(True/False)
4.7/5
(36)
Select all that apply. Which of the following will cause a counterclockwise rotation of a RotateTransition object, rtrans?
(Multiple Choice)
4.9/5
(40)
Since the Node class's setEffect method only accepts one effect object as an argument, it is impossible to combine effects.
(True/False)
4.8/5
(38)
The setInterpolator method allows you to specify how a transition begins and ends.
(True/False)
4.9/5
(41)
Showing 1 - 20 of 40
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)