Module 04 - If Statements

Module 04 - If Statements

10th Grade

20 Qs

quiz-placeholder

Similar activities

Program Logic Test

Program Logic Test

10th Grade

15 Qs

Program Development - Python: Operators

Program Development - Python: Operators

9th - 10th Grade

19 Qs

Java Bell Ringer Terms Test 5

Java Bell Ringer Terms Test 5

9th - 12th Grade

20 Qs

Toán tử trong C ++

Toán tử trong C ++

10th - 12th Grade

20 Qs

Web Design Advanced HTML CSS

Web Design Advanced HTML CSS

9th - 12th Grade

18 Qs

JavaScript Basics CodeHS

JavaScript Basics CodeHS

7th - 12th Grade

20 Qs

JavaScript Basic Terminology

JavaScript Basic Terminology

9th - 12th Grade

20 Qs

Java Basics (Data Types and Variables)

Java Basics (Data Types and Variables)

6th - 10th Grade

16 Qs

Module 04 - If Statements

Module 04 - If Statements

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Casey Devet

Used 84+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Which of the following are the boolean literals used in Python. Select all that apply.

True

true

false

False

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

True or False:


In Python, boolean values can NOT be stored in variables.

True

False

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the type of the Python value True?

bool

boolean

int

float

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which comparison operator evaluates to True if both sides have the exact same value and False otherwise

!=

=

==

<=

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which comparison operator evaluates to True if both sides have a different value and False otherwise

!=

=

==

<=

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which comparison operator evaluates to True if the left side is less than the right side and False otherwise

>

<

>=

<=

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which comparison operator evaluates to True if the left side is greater than the right side and False otherwise

>

<

>=

<=

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?