Answer 17
False. A Canvas object's overridden paint method always receives an incoming parameter as type Graphics .
Answer 16
True
Answer 15
True
Answer 14
True
Answer 13
False. There is no class named GUI in the Java 7 Standard Edition library. It is a name that I often use for custom classes that present aGraphical User Interface.
Answer 12
True
Answer 11
False. The correct syntax is shown below. Note the formal argument list of the main method.
public static void main(String[] args){GUI guiObj = new GUI();
}//end main
Answer 10
True
Answer 9
False. The name of the Java compiler program is javac.exe . The file named java.exe is the Java virtual machine.
Answer 8
False. The class having the main method must be contained in a file having the same name as the class with an extension of .java. Goodprogramming practice dictates that even for other classes, the name of eachsource code file should match the name of the Java class defined in the file.
Answer 7
False. You can use just about any text editor to create your Java source code files as text files with an extension of .java.
Answer 6
False. The same point will have different representations in different coordinate frames.
Answer 5
True
Answer 4
8. All of the above
Answer 3
True
Answer 2
False. In addition to helping you with your math skills, I will also teach you how to incorporate those skills into object-oriented programming using Java.
Answer 1
False. In order to be a successful game programmer you must be skilled in technologies other than simply programming. Those technologies includemathematics.
Miscellaneous
This section contains a variety of miscellaneous information.
- Module name: Game0105r Review: Getting Started
- File: Game0105r.htm
- Published: 12/31/12
- Revised: 12/27/14
Financial : Although the Connexions site makes it possible for you to download aPDF file for this module at no charge, and also makes it possible for you to purchase a pre-printed version of the PDF file, youshould be aware that some of the HTML elements in this module may not translate well into PDF.
I also want you to know that, I receive no financial compensation from the Connexions website even if you purchase the PDF version ofthe module.
In the past, unknown individuals have copied my modules from cnx.org, converted them to Kindle books, and placed them for sale onAmazon.com showing me as the author. I neither receive compensation for those sales nor do I know who does receive compensation. If youpurchase such a book, please be aware that it is a copy of a module that is freely available on cnx.org and that it was made andpublished without my prior knowledge.
Affiliation : I am a professor of Computer Information Technology at Austin Community College in Austin, TX.
-end-