Python Quiz: If Statement

Python Quiz: If Statement

7th Grade

15 Qs

quiz-placeholder

Similar activities

Flowers for Algernon

Flowers for Algernon

6th - 8th Grade

20 Qs

Cybersecurity quiz

Cybersecurity quiz

6th - 8th Grade

10 Qs

The Giver Vocabulary Chapters 1-6

The Giver Vocabulary Chapters 1-6

7th Grade

18 Qs

Lesson 2 Review: The Byzantine Empire

Lesson 2 Review: The Byzantine Empire

7th Grade

14 Qs

While Loops Quiz-Banana TaleI

While Loops Quiz-Banana TaleI

7th Grade

14 Qs

Buoyancy and Density Quiz

Buoyancy and Density Quiz

6th Grade - University

11 Qs

8th Grade Science Safety

8th Grade Science Safety

6th - 8th Grade

20 Qs

TINKERCAD CODEBLOCK REVIEW FOR QUIZ

TINKERCAD CODEBLOCK REVIEW FOR QUIZ

7th Grade

12 Qs

Python Quiz: If Statement

Python Quiz: If Statement

Assessment

Quiz

others

7th Grade

Medium

Created by

Kelzang Lethro

Used 4+ times

FREE Resource

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

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?