Python - True or False?

Python - True or False?

7th - 11th Grade

14 Qs

quiz-placeholder

Similar activities

Intro to Python

Intro to Python

8th Grade

10 Qs

Data Protection Act & Computer Misuse Act

Data Protection Act & Computer Misuse Act

11th Grade

18 Qs

CS Python Fundamentals Quiz 3 Practice

CS Python Fundamentals Quiz 3 Practice

9th - 12th Grade

10 Qs

Email Etiquette

Email Etiquette

8th - 9th Grade

10 Qs

Intro to IF statements

Intro to IF statements

KG - University

13 Qs

U3: [Assess] L14-L17 Code.org

U3: [Assess] L14-L17 Code.org

9th - 12th Grade

9 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

Logic operators, code identification and constants in Python

Logic operators, code identification and constants in Python

9th Grade

17 Qs

Python - True or False?

Python - True or False?

Assessment

Quiz

Computers

7th - 11th Grade

Hard

Created by

Michael Jefferson

Used 6+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does this if statement evaluate to?

height = 148

if height > 120:

...

True

False

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does this if statement evaluate to?

height = 118

if height > 120:

...

True

False

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does this if statement evaluate to?

height = 120

if height > 120:

...

True

False

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does this if statement evaluate to?

message = "Hi"

if message != "hi":

...

True

False

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does this if statement evaluate to?

message = 'hello'

if message == "hello":

...

True

False

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does this if statement evaluate to?

points = 12

points += 5

if points >= "15":

...

True

False

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does this if statement evaluate to?

points = 12

points += 5

if points == 17:

...

True

False

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?