Python IF ELSE

Python IF ELSE

10th Grade

11 Qs

quiz-placeholder

Similar activities

Basics of Python

Basics of Python

9th - 12th Grade

12 Qs

String manipulation

String manipulation

10th Grade

16 Qs

IGCSE CS INPUT DEVICES

IGCSE CS INPUT DEVICES

9th - 11th Grade

15 Qs

Coding Principles and Applications

Coding Principles and Applications

9th - 12th Grade

10 Qs

Programming - Output

Programming - Output

KG - 12th Grade

12 Qs

Python Workshop Week 1 Review

Python Workshop Week 1 Review

9th - 12th Grade

10 Qs

IGCSE Computer Science - Chapter 9: Problem-Solving and Design

IGCSE Computer Science - Chapter 9: Problem-Solving and Design

9th - 10th Grade

10 Qs

Fundamentals of Python

Fundamentals of Python

9th - 12th Grade

13 Qs

Python IF ELSE

Python IF ELSE

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Graham Patterson

Used 696+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This operator means that one value is the same as the other value
==
!=
>
<

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This operator means that one value is not equal to another value
==
<=
>=
!=

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The result of this program:

Friday = False

if Friday:

print "Jeans day!"

else:

print "Uniform day"

Jeans day

Today is Friday

Uniform day

Not Friday

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output?

condition

True

Program has a syntax error.

3 > 2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output?

True

False

condition1

condition2

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output?

more than 7

more than 23

spam

7

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output?

250.0

200.0

300.0

350.0

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?