Condition statements python

Condition statements python

9th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

Mastering Python String Techniques

Mastering Python String Techniques

9th - 12th Grade

10 Qs

J277 - 2.2 - Functions in Python

J277 - 2.2 - Functions in Python

10th Grade - University

10 Qs

[Python OOP] Inheritance, special function

[Python OOP] Inheritance, special function

12th Grade

7 Qs

Error Finding

Error Finding

12th Grade

10 Qs

Python Basics Quiz

Python Basics Quiz

7th Grade - University

10 Qs

while and do while Loop

while and do while Loop

10th Grade

11 Qs

Warm Up - CAI711

Warm Up - CAI711

11th - 12th Grade

10 Qs

Python Basics Quiz for KS3

Python Basics Quiz for KS3

11th Grade - University

9 Qs

Condition statements python

Condition statements python

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Nikki Sullivan

Used 8+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the snippet print?

"x is greater than y"

"y is greater than or equal to x"

"x is less than y"

"x is equal to y"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

"It's a hot day."

"It's a warm day.

"It's a cool day."

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the code snippet print?

"Hello, Bob!"

"Hello, stranger!"

"Hello, Alice!"

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the code snippet print?

"You are a minor."

"You are an adult."

None of the above

SyntaxError

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the code snippet print?

"x is not equal to y"

"x is equal to y"

"x is greater than y"

"x is less than y"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will this code snippet print?

"It's hot outside."

"It's a pleasant day."

"It's a bit chilly."

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will this code snippet print?

"x is less than 5"

"x is less than 15"

"x is greater than or equal to 15"

None of the above