Exam 1: Introduction to Programming and the Java Language
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
Which of the following is not a characteristic of Java?
Free
(Multiple Choice)
4.9/5
(40)
Correct Answer:
C
Why would writing readable code help advance your career?
Free
(Essay)
4.9/5
(27)
Correct Answer:
Writing readable code allows someone else to take over the maintenance of your program while you move on to bigger and better responsibilities.
_________ is a method for expressing a program's order of instructions in the English language.
(Short Answer)
4.7/5
(30)
Machine language uses binary codes, or strings of As through Zs, to execute the instruction set of the CPU and to refer to memory addresses.
(True/False)
4.9/5
(40)
You have successfully compiled the file Hi.java. How do you run the corresponding program from the command line?
(Multiple Choice)
4.8/5
(37)
A programmer is required to specify the flow of control because the order in which instructions are executed by the computer is critical in programming.
(True/False)
4.9/5
(43)
Which of the following specifications provides details regarding the CPU?
(Multiple Choice)
4.9/5
(32)
The hexadecimal number 8C is equivalent to which binary number?
(Multiple Choice)
4.9/5
(36)
Showing 1 - 20 of 47
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)