Conditional Review Quizizz

Conditional Review Quizizz

11th Grade

15 Qs

quiz-placeholder

Similar activities

Z'yon Computer Science

Z'yon Computer Science

Unit 3 Booleans and Conditional Statements

Unit 3 Booleans and Conditional Statements

12/16 ET

12/16 ET

Unit 5 Review Code.org - Part 4

Unit 5 Review Code.org - Part 4

Chapter 5-Boolean Expressions and If Statements-Ch 5 Rev. Drill

Chapter 5-Boolean Expressions and If Statements-Ch 5 Rev. Drill

Conditional Operators

Conditional Operators

Conditional Review Quizizz

Conditional Review Quizizz

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Gabrielle Acosta

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

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

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code segment?


int y = 3;

System.out.print( y > 4 && y < 7 );

true

false

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code segment?


System.out.print( 2 < 3 && 2 > -3 );

true

false

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code segment?


int y = 3;

System.out.print( y > 4 || y < 7 );

true

false

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A boolean;

Expresses a true false statement
can contain letters, numbers, spaces, and symbols.
takes in an input, does something with it, and then returns an output.
Runs a boolean (true/false) statement based on data entered

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An if/else statement;

Expresses a true false statement
can contain letters, numbers, spaces, and symbols.
takes in an input, does something with it, and then returns an output.
Runs a boolean (true/false) statement based on data entered

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is this operator? !

and
or
not
equal to

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is this operator? ==

Equal to
Used in a calculation for equals
and
or

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

Already have an account?