Module 04 - If Statements

Module 04 - If Statements

10th Grade

20 Qs

quiz-placeholder

Similar activities

Advanced CSS

Advanced CSS

9th - 12th Grade

18 Qs

Spreadsheet - Advanced Functions and Formulae

Spreadsheet - Advanced Functions and Formulae

10th - 11th Grade

20 Qs

MaWD 4.01

MaWD 4.01

KG - University

20 Qs

HTML & CSS

HTML & CSS

9th - 12th Grade

22 Qs

CB30: Unit 3 Quiz Review

CB30: Unit 3 Quiz Review

9th - 12th Grade

20 Qs

Program Logic Test

Program Logic Test

10th Grade

15 Qs

STEAM CAT

STEAM CAT

5th Grade - University

20 Qs

JavaScript Basic Terminology

JavaScript Basic Terminology

9th - 12th Grade

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