Lesson 3.5 - If Structures Practice

Lesson 3.5 - If Structures Practice

11th Grade

16 Qs

quiz-placeholder

Similar activities

Tin học 11_Bài 456

Tin học 11_Bài 456

11th Grade

14 Qs

Memahami PBO

Memahami PBO

11th Grade - University

15 Qs

Module 23 - The Internet 2

Module 23 - The Internet 2

9th - 12th Grade

19 Qs

J277 - 1.1 Systems Architecture MCQs 2

J277 - 1.1 Systems Architecture MCQs 2

10th - 11th Grade

11 Qs

Getting Started with MS Office

Getting Started with MS Office

7th - 12th Grade

19 Qs

Computer Internal and External

Computer Internal and External

6th - 12th Grade

13 Qs

Photoshop_1

Photoshop_1

3rd Grade - University

17 Qs

Input, output and storage de

Input, output and storage de

8th Grade - Professional Development

14 Qs

Lesson 3.5 - If Structures Practice

Lesson 3.5 - If Structures Practice

Assessment

Quiz

Computers

11th Grade

Medium

Created by

SAMUEL KEENER

Used 6+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?