Correct Answer
verified
Multiple Choice
A) names
B) values
C) locations
D) data types
Correct Answer
verified
Multiple Choice
A) x = 27, y = 3.333, z = 18
B) x = 27, y = 2, z = 18
C) x = 37, y = -14, z = 4
D) x = 27, y = 3, z = 18
Correct Answer
verified
Multiple Choice
A) Scanner kbd = new Scanner(System.keyboard) ;
B) Scanner keyboard = new Scanner(System.in) ;
C) Scanner keyboard(System.in) ;
D) Keyboard scanner = new Keyboard(System.in) ;
Correct Answer
verified
Multiple Choice
A) System.out.println("Hello, world") ;
B) System Print = "Hello, world";
C) SystemOutPrintln('Hello, world') ;
D) system.out.println(Hello, world) ;
Correct Answer
verified
Multiple Choice
A) evaluating conditions that are either true or false
B) working with small integers
C) working with very large integers
D) evaluating scientific notation
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) a literal
B) an assignment statement
C) an operator
D) a variable
Correct Answer
verified
Multiple Choice
A) a literal
B) an operator
C) a constant
D) a variable
Correct Answer
verified
Multiple Choice
A) double r = 9.4632E15;
B) double r = 9.4632e15;
C) double r = 2.9X106;
D) double r = 326.75;
Correct Answer
verified
Multiple Choice
A) import javax.swing.JOptionPane;
B) import Java.Swing.JOptionPane;
C) import JOptionPane;
D) import javax.JOptionPane;
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) 8.25
B) 4
C) 0
D) 8.0
Correct Answer
verified
Multiple Choice
A) -128 to + 127
B) true or false
C) -2,147,483,648 to +2,147,483,647
D) -32,768 to +32,767
Correct Answer
verified
Multiple Choice
A) After the first character, you may use the letters a-z, A-Z, an underscore, a dollar sign, or the digits 0-9.
B) Identifiers can contain spaces.
C) Uppercase and lowercase characters are distinct.
D) The first character must be one of the letters a-z, A-Z, an underscore, or a dollar sign.
Correct Answer
verified
Multiple Choice
A) input box
B) user prompt
C) adaptive dialog
D) input dialog
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) % d
B) %b
C) %f
D) % s
Correct Answer
verified
Multiple Choice
A) 5.6
B) 3.0
C) 5.0
D) 5.60
Correct Answer
verified
True/False
Correct Answer
verified
Showing 21 - 40 of 40
Related Exams