
Lesson 3.5 - If Structures Practice
Authored by SAMUEL KEENER
Computers
11th Grade
Used 9+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
16 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of boolean statements in Java?
To perform arithmetic calculations
To compare values and determine their relationship
To print output on the console
To create loops and iterations
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which operator is used to check if two values are equal in Java?
==
<=
>=
>
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following boolean expression in Java:
System.out.println(6 > 3) ?
true
false
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following boolean expression in Java: !(4 == 4)?
true
false
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How would you write a boolean expression to check if a variable "age" is greater than or equal to 18 in Java?
age >= 18
age <= 18
age == 18
age > 18
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to declare a boolean variable in Java?
boolean isTrue = 1;
boolean isTrue = 'true';
boolean isTrue = true;
boolean isTrue = '1';
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following boolean expression in Java:
System.out.println(5 != 5) ?
true
false
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?