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 criteria is used to choose a programming language?
(Multiple Choice)
4.9/5
(33)
Java's syntax is similar to the syntax of the ______ programming language.
(Short Answer)
4.8/5
(39)
An operating system can schedule multiple programs to run during the same time interval.
(True/False)
4.9/5
(41)
A CPU rated at 1 GHz is capable of executing 1 million instructions per second.
(True/False)
4.9/5
(45)
When you successfully compile the file Hi.java, the file __________ is created.
(Multiple Choice)
4.8/5
(35)
Every Java application must define a class and a main method. Execution of a Java application always begins with the code inside __________.
(Short Answer)
4.9/5
(40)
Each instruction in a computer program is executed using a Fetch-Decode-Execute cycle.
(True/False)
4.8/5
(39)
The Java compiler converts Java source code into ________, which is a machine language for a virtual machine.
(Short Answer)
4.8/5
(46)
The hexadecimal number C1 is equivalent to which decimal number?
(Multiple Choice)
4.8/5
(43)
The binary number 1010 is equivalent to which hexadecimal number?
(Multiple Choice)
4.7/5
(36)
Memory chips contain __________, each containing a bit, which can store either a 0 or a 1.
(Short Answer)
4.8/5
(35)
Two forward slashes in a Java application indicate comments for information, not instructions to be executed.
(True/False)
4.9/5
(47)
Showing 21 - 40 of 47
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)