Python - True or False?

Python - True or False?

7th - 11th Grade

14 Qs

quiz-placeholder

Similar activities

S3 Databases Knowledge Check

S3 Databases Knowledge Check

2nd - 9th Grade

15 Qs

Q1 M 2 POST TEST

Q1 M 2 POST TEST

10th Grade

15 Qs

linux user and group dfn30053

linux user and group dfn30053

1st Grade - University

10 Qs

ICT at Pittville

ICT at Pittville

6th - 8th Grade

10 Qs

Python Quiz - 4

Python Quiz - 4

6th - 8th Grade

10 Qs

Year 7 Digital Literacy Assessment

Year 7 Digital Literacy Assessment

7th Grade

15 Qs

Materi 3 MANAGEMEN USER & GROUP (PRE TEST)

Materi 3 MANAGEMEN USER & GROUP (PRE TEST)

11th Grade

15 Qs

Roblox Piggy

Roblox Piggy

1st Grade - University

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