
Quiz 2 - Programming Keywords
Authored by Irish Dajero
Information Technology (IT)
University
Used 6+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
50 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Maria is writing her first Java program. She accidentally named her class file hello.java while her class inside the file is named Hello. What will likely happen when she compiles the program?
It will run without errors
It will produce a compile-time error
It will produce a runtime error
It will ignore the mismatch
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
A student declared the variable as: int 1stNumber = 10; What kind of error will this produce?
Compile-time error (invalid identifier)
Runtime error (division by zero)
Logical error (wrong calculation)
No error
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Carlo wants to store the price of a product with decimal places. Which declaration is most appropriate?
int price = 199.99;
float price = 199.99;
double price = 199.99d;
boolean price = true;
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
A programmer writes: System.out.print("Hello"); System.out.print("World"); What will be the output?
Hello World
HelloWorld
Hello World
Compile-time error
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
While coding, Ana used the word public as her variable name. What will happen?
It will work as expected
It will cause a compile-time error
It will run but give a warning
It will automatically convert public into a String
6.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
A program outputs true when comparing two values. Which data type is most likely used?
int
boolean
char
float
7.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
John wants to store the character Z. Which is the correct declaration?
char letter = "Z";
char letter = 'Z';
String letter = Z;
int letter = Z;
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?