Search Header Logo

Python Quiz: If Statement

Authored by Kelzang Lethro

others

7th Grade

Used 4+ times

Python Quiz: If Statement
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary coding concept discussed in Lesson 7?

Variables

If statement

Functions

Loops

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to check if an obstacle is ice?

smash()

is_box()

is_ice()

is_fence()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of an if statement?

To execute code randomly

To execute code regardless of the condition

To execute code only if a condition is True

To execute code only if a condition is False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the example given, what will be printed if x = 50?

50 is greater than 10

10 is less than 50

50 is less than 10

10 is greater than 50

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax of an if statement in Python?

if condition: #code to execute if the condition is true

if condition: //code to execute if the condition is true

if condition; #code to execute if the condition is true

if condition; //code to execute if the condition is true

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the is_ice() method do?

Checks if an obstacle is box

Makes the dragon melt the ice obstacles

Checks if an obstacle is ice

Makes the dragon smash the box and fence obstacles

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the fire_at() method?

Makes the dragon smash the box and fence obstacles

Checks if an obstacle is box

Makes the dragon melt the ice obstacles

Checks if an obstacle is ice

Access all questions and much more by creating a free account

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?