Quiz 07 - If Statements

Quiz 07 - If Statements

11th Grade

10 Qs

quiz-placeholder

Similar activities

8525 AQA GCSE 3.2.5 Boolean Operations

8525 AQA GCSE 3.2.5 Boolean Operations

10th - 11th Grade

10 Qs

Python Basics

Python Basics

11th Grade

10 Qs

QuickCSharpCodeQuiz

QuickCSharpCodeQuiz

8th - 12th Grade

12 Qs

Python - Chpt 3 - Review

Python - Chpt 3 - Review

9th - 12th Grade

15 Qs

Python Boolean and If

Python Boolean and If

9th - 12th Grade

10 Qs

CSE Hammen

CSE Hammen

9th - 12th Grade

11 Qs

Python Conditions

Python Conditions

11th Grade

10 Qs

Boolean Logic

Boolean Logic

11th Grade

15 Qs

Quiz 07 - If Statements

Quiz 07 - If Statements

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Casey Devet

Used 14+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which of the following is a valid boolean value in Java?

True

FALSE

true

false

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which Java type can be used to store a true or false value?

boolean

bool

Boolean

Bool

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which comparison will NOT evaluate to true?

5 < 18

5 != 18

5 >= 18

5 <= 18

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which comparison operator will return true only if the values on its left and right do NOT have the same value.

==

!

!=

<=

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which operator will evaluate to true if either value to the left or right is true?

&&

||

==

!

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

In the expression below, which operation will be evaluated first?

7 * 5 + (2 - 35 % 5)

*

+

-

%

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which keyword is used to create a set of instructions to be executed if the "if" condition above it is false?

otherwise

if

else

elif

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?