Exam 4: Introduction to Graphical Applications
Exam 1: Introduction to Programming and the Java Language47 Questions
Exam 2: Programming Building Blocks- Java Basics57 Questions
Exam 3: Object-Oriented Programming, Part 1: Using Classes62 Questions
Exam 4: Introduction to Graphical Applications57 Questions
Exam 5: Flow of Control, Part 1: Selection68 Questions
Exam 6: Flow of Control, Part 2: Looping67 Questions
Exam 7: Object-Oriented Programming, Part 2: User-Defined Classes78 Questions
Exam 8: Single-Dimensional Arrays63 Questions
Exam 9: Multidimensional Arrays and the Arraylist Class62 Questions
Exam 10: Object-Oriented Programming, Part 3: Inheritance, Polymorphism, and Interfaces61 Questions
Exam 11: Exceptions, and Input Output Operations77 Questions
Exam 12: Graphical User Interfaces Using Java FX89 Questions
Exam 13: Recursion59 Questions
Exam 14: An Introduction to Data Structures69 Questions
Exam 15: Running Time Analysis56 Questions
Exam 16: RGB Colors, Decimal Conversion, Java Naming, and Random Number Generation110 Questions
Select questions type
In the method call strokeRect( 10, 20, 100, 200 ), 10 and 20 represent, __________, respectively, of the rectangle being drawn.
(Multiple Choice)
4.8/5
(42)
The strokeLine, strokeRect, and strokeOval methods are all void methods.
(True/False)
4.9/5
(32)
JavaFX uses a mixed performance/art metaphor. We start with a(n) __________ and add one or more scenes to it.
(Short Answer)
4.9/5
(39)
When drawing a figure, it is useful to specify coordinates as offsets from a starting (x, y) coordinate.
(True/False)
4.8/5
(42)
The ______________ class provides the functionality for drawing shapes.
(Multiple Choice)
4.8/5
(44)
Can a method call using strokeOval( double x, double y, double width, double height ) be used in an expression?
(Essay)
4.9/5
(32)
Graphical applications require a _________ method, which contains the code to execute when the application begins.
(Multiple Choice)
4.7/5
(42)
fillRect( double x, double y, double width, double height ) draws a solid rectangle with its top-left corner at (x, y), with the specified width and height in pixels, and returns an int.
(True/False)
5.0/5
(40)
Using the Color static method rgb( int rr, int gg, int bb ), how many color combinations can you instantiate?
(Multiple Choice)
4.8/5
(43)
Showing 41 - 57 of 57
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)