Module 04 - If Statements

Module 04 - If Statements

10th Grade

20 Qs

quiz-placeholder

Similar activities

CodeHS JavaScript

CodeHS JavaScript

8th - 12th Grade

21 Qs

HTML & CSS

HTML & CSS

6th Grade - Professional Development

16 Qs

HTML basics

HTML basics

5th - 10th Grade

20 Qs

Boolean Expressions

Boolean Expressions

9th - 11th Grade

18 Qs

M6_Visual Basic_Final Quiz1

M6_Visual Basic_Final Quiz1

10th - 12th Grade

23 Qs

Boolean Expressions

Boolean Expressions

10th - 12th Grade

16 Qs

Code.org Boolean

Code.org Boolean

10th - 12th Grade

16 Qs

Conditional Statements

Conditional Statements

10th Grade

22 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?