If Else Check In

If Else Check In

11th Grade

11 Qs

quiz-placeholder

Similar activities

Python Beginners Week 6

Python Beginners Week 6

3rd - 12th Grade

13 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

Python Fundamentals Quiz

Python Fundamentals Quiz

11th Grade

15 Qs

if...else...if

if...else...if

6th Grade - University

7 Qs

Викторина по Python (Урок 1-2)

Викторина по Python (Урок 1-2)

5th - 11th Grade

10 Qs

While Loop Quiz

While Loop Quiz

9th - 12th Grade

12 Qs

KS3 GCSE Computer Science (Programming / Python)

KS3 GCSE Computer Science (Programming / Python)

7th - 11th Grade

10 Qs

Debugging Python

Debugging Python

9th - 12th Grade

8 Qs

If Else Check In

If Else Check In

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Grainne Gahan

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

‘If’ is a decision making statement

TRUE

FALSE

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

An If statement can be executed multiple times

FALSE

TRUE

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

5.

MULTIPLE CHOICE QUESTION

1 min • 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

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the output?

condition

True

Program has a syntax error.

3 > 2

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the output?

True

False

condition1

condition2

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?